#C77774

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

Shades of Contessa #C77774

Tints of Contessa #C77774

Color information

#C77774 (or 0xC77774) is unknown color: approx Contessa. HEX triplet: C7, 77 and 74. RGB value is (199,119,116). Sum of RGB (Red+Green+Blue) = 199+119+116=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C77774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77774 is #38888B. Grayscale: #8E8E8E. Windows color (decimal): -3704972 or 7632839. OLE color: 7632839.

HSL color Cylindrical-coordinate representation of color #C77774: hue angle of 2.17º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77774 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB199119116-
CMYK00.400.420.22
HSL2.17º42.56%61.76%-
HSV(B)2.17º41.71%78.04%-
XYZ33.326.619.9-
YUV142.58113168.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 119 (46.88% from 255) = 27.42%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=45.85%
G=27.42%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911911600.400.420.222.1742.5661.76
HexC777740282A1622b3e
Octal307167164050522625376
Binary110001111110111111010001010001010101011010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77774; }

 p { color: rgb(199,119,116); }

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

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

 a { background-color: rgb(199,119,116); }

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

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

 span { border-color: rgb(199,119,116); }

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