#c66d42

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

Shades of Red Damask #C66D42

Tints of Red Damask #C66D42

Color information

#C66D42 (or 0xC66D42) is unknown color: approx Red Damask. HEX triplet: C6, 6D and 42. RGB value is (198,109,66). Sum of RGB (Red+Green+Blue) = 198+109+66=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D42 is #3992BD. Grayscale: #828282. Windows color (decimal): -3773118 or 4353478. OLE color: 4353478.

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

Color convert

RGB19810966-
CMYK00.450.670.22
HSL19.55º53.66%51.76%-
HSV(B)19.55º66.67%77.65%-
XYZ29.7423.348.09-
YUV130.7191.49176-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.08%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=53.08%
G=29.22%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981096600.450.670.2219.5553.6651.76
HexC66D4202D4316143634
Octal30615510205510326246664
Binary1100011011011011000010010110110000111011010100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66d42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66d42; }

 p { color: rgb(198,109,66); }

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

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

 a { background-color: rgb(198,109,66); }

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

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

 span { border-color: rgb(198,109,66); }

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