#C66D6C

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

Shades of Contessa #C66D6C

Tints of Contessa #C66D6C

Color information

#C66D6C (or 0xC66D6C) is unknown color: approx Contessa. HEX triplet: C6, 6D and 6C. RGB value is (198,109,108). Sum of RGB (Red+Green+Blue) = 198+109+108=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D6C is #399293. Grayscale: #878787. Windows color (decimal): -3773076 or 7105990. OLE color: 7105990.

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

Color convert

RGB198109108-
CMYK00.450.450.22
HSL0.67º44.12%60%-
HSV(B)0.67º45.45%77.65%-
XYZ31.4624.0317.17-
YUV135.5112.49172.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=47.71%
G=26.27%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810910800.450.450.220.6744.1260
HexC66D6C02D2D1612c3c
Octal306155154055552615474
Binary11000110110110111011000101101101101101101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66D6C; }

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

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

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

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

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

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

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

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