#c46b4a

Color #C46B4A Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C46B4A

Tints of Red Damask #C46B4A

Color information

#C46B4A (or 0xC46B4A) is unknown color: approx Red Damask. HEX triplet: C4, 6B and 4A. RGB value is (196,107,74). Sum of RGB (Red+Green+Blue) = 196+107+74=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B4A is #3B94B5. Grayscale: #828282. Windows color (decimal): -3904694 or 4877252. OLE color: 4877252.

HSL color Cylindrical-coordinate representation of color #C46B4A: hue angle of 16.23º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C46B4A is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19610774-
CMYK00.450.620.23
HSL16.23º50.83%52.94%-
HSV(B)16.23º62.24%76.86%-
XYZ29.2622.759.33-
YUV129.8596.49175.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 51.99%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=51.99%
G=28.38%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961077400.450.620.2316.2350.8352.94
HexC46B4A02D3E17103335
Octal3041531120557627206365
Binary110001001101011100101001011011111101011110000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46b4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46b4a; }

 p { color: rgb(196,107,74); }

 H1.HeaderClassName
 {
   color: #c46b4a;
 }
 .AnyTagClassName
 {
   color: #c46b4a;
 }
</style>
background-color css

<style>
 a { background-color: #c46b4a; }

 a { background-color: rgb(196,107,74); }

 div.DivClassName
 {
   background-color: #c46b4a;
 }
 .BgClassName
 {
   background-color: #c46b4a;
 }
</style>
border-color css

<style>
 span { border-color: #c46b4a; }

 span { border-color: rgb(196,107,74); }

 td.TdClassName
 {
   border-color: #c46b4a;
 }
 .TagClassName
 {
   border-color: #c46b4a;
 }
</style>