#C86644

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

Shades of Red Damask #C86644

Tints of Red Damask #C86644

Color information

#C86644 (or 0xC86644) is unknown color: approx Red Damask. HEX triplet: C8, 66 and 44. RGB value is (200,102,68). Sum of RGB (Red+Green+Blue) = 200+102+68=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C86644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86644 is #3799BB. Grayscale: #7F7F7F. Windows color (decimal): -3643836 or 4482760. OLE color: 4482760.

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

Color convert

RGB20010268-
CMYK00.490.660.22
HSL15.45º54.55%52.55%-
HSV(B)15.45º66%78.43%-
XYZ29.6122.28.19-
YUV127.4394.47179.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.05%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 68 (26.95% from 255) = 18.38%
R=54.05%
G=27.57%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001026800.490.660.2215.4554.5552.55
HexC866440314216f3735
Octal31014610406110226176765
Binary110010001100110100010001100011000010101101111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86644; }

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

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

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

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

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

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

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

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