#c86649

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

Shades of Red Damask #C86649

Tints of Red Damask #C86649

Color information

#C86649 (or 0xC86649) is unknown color: approx Red Damask. HEX triplet: C8, 66 and 49. RGB value is (200,102,73). Sum of RGB (Red+Green+Blue) = 200+102+73=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C86649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86649 is #3799B6. Grayscale: #808080. Windows color (decimal): -3643831 or 4810440. OLE color: 4810440.

HSL color Cylindrical-coordinate representation of color #C86649: hue angle of 13.7º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C86649 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB20010273-
CMYK00.490.640.22
HSL13.7º53.59%53.53%-
HSV(B)13.7º63.5%78.43%-
XYZ29.7722.269.03-
YUV12896.97179.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=53.33%
G=27.2%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001027300.490.640.2213.753.5953.53
HexC866490314016e3636
Octal31014611106110026166666
Binary110010001100110100100101100011000000101101110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86649; }

 p { color: rgb(200,102,73); }

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

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

 a { background-color: rgb(200,102,73); }

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

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

 span { border-color: rgb(200,102,73); }

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