#cc6e49

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

Shades of Red Damask #CC6E49

Tints of Red Damask #CC6E49

Color information

#CC6E49 (or 0xCC6E49) is unknown color: approx Red Damask. HEX triplet: CC, 6E and 49. RGB value is (204,110,73). Sum of RGB (Red+Green+Blue) = 204+110+73=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E49 is #3391B6. Grayscale: #868686. Windows color (decimal): -3379639 or 4812492. OLE color: 4812492.

HSL color Cylindrical-coordinate representation of color #CC6E49: hue angle of 16.95º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC6E49 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20411073-
CMYK00.460.640.2
HSL16.95º56.22%54.31%-
HSV(B)16.95º64.22%80%-
XYZ31.6824.479.36-
YUV133.8993.64178.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=52.71%
G=28.42%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041107300.460.640.216.9556.2254.31
HexCC6E4902E4014113836
Octal31415611105610024217066
Binary1100110011011101001001010111010000001010010001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6e49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6e49; }

 p { color: rgb(204,110,73); }

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

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

 a { background-color: rgb(204,110,73); }

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

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

 span { border-color: rgb(204,110,73); }

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