#C77C76

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

Shades of Contessa #C77C76

Tints of Contessa #C77C76

Color information

#C77C76 (or 0xC77C76) is unknown color: approx Contessa. HEX triplet: C7, 7C and 76. RGB value is (199,124,118). Sum of RGB (Red+Green+Blue) = 199+124+118=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77C76 is #388389. Grayscale: #919191. Windows color (decimal): -3703690 or 7765191. OLE color: 7765191.

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

Color convert

RGB199124118-
CMYK00.380.410.22
HSL4.44º41.97%62.16%-
HSV(B)4.44º40.7%78.04%-
XYZ34.0327.8720.72-
YUV145.74112.35165.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=45.12%
G=28.12%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912411800.380.410.224.4441.9762.16
HexC77C76026291642a3e
Octal307174166046512645276
Binary1100011111111001110110010011010100110110100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77C76; }

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

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

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

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

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

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

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

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