#C66E46

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

Shades of Red Damask #C66E46

Tints of Red Damask #C66E46

Color information

#C66E46 (or 0xC66E46) is unknown color: approx Red Damask. HEX triplet: C6, 6E and 46. RGB value is (198,110,70). Sum of RGB (Red+Green+Blue) = 198+110+70=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66E46 is #3991B9. Grayscale: #838383. Windows color (decimal): -3772858 or 4615878. OLE color: 4615878.

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

Color convert

RGB19811070-
CMYK00.440.650.22
HSL18.75º52.89%52.55%-
HSV(B)18.75º64.65%77.65%-
XYZ29.9723.68.77-
YUV131.7593.15175.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=52.38%
G=29.10%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981107000.440.650.2218.7552.8952.55
HexC66E4602C4116133535
Octal30615610605410126236565
Binary1100011011011101000110010110010000011011010011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66E46; }

 p { color: rgb(198,110,70); }

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

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

 a { background-color: rgb(198,110,70); }

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

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

 span { border-color: rgb(198,110,70); }

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