#CD6A42

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

Shades of Red Damask #CD6A42

Tints of Red Damask #CD6A42

Color information

#CD6A42 (or 0xCD6A42) is unknown color: approx Red Damask. HEX triplet: CD, 6A and 42. RGB value is (205,106,66). Sum of RGB (Red+Green+Blue) = 205+106+66=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6A42 is #3295BD. Grayscale: #838383. Windows color (decimal): -3315134 or 4352717. OLE color: 4352717.

HSL color Cylindrical-coordinate representation of color #CD6A42: hue angle of 17.27º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD6A42 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20510666-
CMYK00.480.680.20
HSL17.27º58.16%53.14%-
HSV(B)17.27º67.8%80.39%-
XYZ31.3123.688.07-
YUV131.0491.3180.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.38%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=54.38%
G=28.12%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051066600.480.680.2017.2758.1653.14
HexCD6A420304414113a35
Octal31515210206010424217265
Binary1100110111010101000010011000010001001010010001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A42; }

 p { color: rgb(205,106,66); }

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

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

 a { background-color: rgb(205,106,66); }

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

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

 span { border-color: rgb(205,106,66); }

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