#C66F66

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

Shades of Contessa #C66F66

Tints of Contessa #C66F66

Color information

#C66F66 (or 0xC66F66) is unknown color: approx Contessa. HEX triplet: C6, 6F and 66. RGB value is (198,111,102). Sum of RGB (Red+Green+Blue) = 198+111+102=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F66 is #399099. Grayscale: #888888. Windows color (decimal): -3772570 or 6713286. OLE color: 6713286.

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

Color convert

RGB198111102-
CMYK00.440.480.22
HSL5.63º45.71%58.82%-
HSV(B)5.63º48.48%77.65%-
XYZ31.3724.3315.61-
YUV135.99108.82172.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=48.18%
G=27.01%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811110200.440.480.225.6345.7158.82
HexC66F6602C301662e3b
Octal306157146054602665673
Binary1100011011011111100110010110011000010110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66F66; }

 p { color: rgb(198,111,102); }

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

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

 a { background-color: rgb(198,111,102); }

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

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

 span { border-color: rgb(198,111,102); }

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