#C66E61

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

Shades of Contessa #C66E61

Tints of Contessa #C66E61

Color information

#C66E61 (or 0xC66E61) is unknown color: approx Contessa. HEX triplet: C6, 6E and 61. RGB value is (198,110,97). Sum of RGB (Red+Green+Blue) = 198+110+97=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E61 is #39919E. Grayscale: #868686. Windows color (decimal): -3772831 or 6385350. OLE color: 6385350.

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

Color convert

RGB19811097-
CMYK00.440.510.22
HSL7.72º46.98%57.84%-
HSV(B)7.72º51.01%77.65%-
XYZ31.0224.0214.31-
YUV134.83106.65173.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=48.89%
G=27.16%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981109700.440.510.227.7246.9857.84
HexC66E6102C331682f3a
Octal3061561410546326105772
Binary11000110110111011000010101100110011101101000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66E61; }

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

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

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

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

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

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

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

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