#C77666

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

Shades of Contessa #C77666

Tints of Contessa #C77666

Color information

#C77666 (or 0xC77666) is unknown color: approx Contessa. HEX triplet: C7, 76 and 66. RGB value is (199,118,102). Sum of RGB (Red+Green+Blue) = 199+118+102=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C77666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77666 is #388999. Grayscale: #8C8C8C. Windows color (decimal): -3705242 or 6715079. OLE color: 6715079.

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

Color convert

RGB199118102-
CMYK00.410.490.22
HSL9.9º46.41%59.02%-
HSV(B)9.9º48.74%78.04%-
XYZ32.4326.0615.89-
YUV140.39106.34169.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.49%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=47.49%
G=28.16%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911810200.410.490.229.946.4159.02
HexC776660293116a2e3b
Octal3071661460516126125673
Binary11000111111011011001100101001110001101101010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77666; }

 p { color: rgb(199,118,102); }

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

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

 a { background-color: rgb(199,118,102); }

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

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

 span { border-color: rgb(199,118,102); }

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