#c66d47

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

Shades of Red Damask #C66D47

Tints of Red Damask #C66D47

Color information

#C66D47 (or 0xC66D47) is unknown color: approx Red Damask. HEX triplet: C6, 6D and 47. RGB value is (198,109,71). Sum of RGB (Red+Green+Blue) = 198+109+71=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D47 is #3992B8. Grayscale: #838383. Windows color (decimal): -3773113 or 4681158. OLE color: 4681158.

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

Color convert

RGB19810971-
CMYK00.450.640.22
HSL17.95º52.7%52.75%-
HSV(B)17.95º64.14%77.65%-
XYZ29.8923.48.9-
YUV131.2893.99175.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 71 (28.12% from 255) = 18.78%
R=52.38%
G=28.84%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981097100.450.640.2217.9552.752.75
HexC66D4702D4016123535
Octal30615510705510026226565
Binary1100011011011011000111010110110000001011010010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66d47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66d47; }

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

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

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

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

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

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

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

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