#c46b52

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

Shades of Red Damask #C46B52

Tints of Red Damask #C46B52

Color information

#C46B52 (or 0xC46B52) is unknown color: approx Red Damask. HEX triplet: C4, 6B and 52. RGB value is (196,107,82). Sum of RGB (Red+Green+Blue) = 196+107+82=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B52 is #3B94AD. Grayscale: #828282. Windows color (decimal): -3904686 or 5401540. OLE color: 5401540.

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

Color convert

RGB19610782-
CMYK00.450.580.23
HSL13.16º49.14%54.51%-
HSV(B)13.16º58.16%76.86%-
XYZ29.5522.8610.84-
YUV130.76100.49174.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.91%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=50.91%
G=27.79%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961078200.450.580.2313.1649.1454.51
HexC46B5202D3A17d3137
Octal3041531220557227156167
Binary11000100110101110100100101101111010101111101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46b52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46b52; }

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

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

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

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

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

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

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

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