#c66d44

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

Shades of Red Damask #C66D44

Tints of Red Damask #C66D44

Color information

#C66D44 (or 0xC66D44) is unknown color: approx Red Damask. HEX triplet: C6, 6D and 44. RGB value is (198,109,68). Sum of RGB (Red+Green+Blue) = 198+109+68=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D44 is #3992BB. Grayscale: #838383. Windows color (decimal): -3773116 or 4484550. OLE color: 4484550.

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

Color convert

RGB19810968-
CMYK00.450.660.22
HSL18.92º53.28%52.16%-
HSV(B)18.92º65.66%77.65%-
XYZ29.823.368.41-
YUV130.9492.49175.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 68 (26.95% from 255) = 18.13%
R=52.8%
G=29.07%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981096800.450.660.2218.9253.2852.16
HexC66D4402D4216133534
Octal30615510405510226236564
Binary1100011011011011000100010110110000101011010011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66d44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66d44; }

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

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

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

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

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

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

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

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