#C77775

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

Shades of Contessa #C77775

Tints of Contessa #C77775

Color information

#C77775 (or 0xC77775) is unknown color: approx Contessa. HEX triplet: C7, 77 and 75. RGB value is (199,119,117). Sum of RGB (Red+Green+Blue) = 199+119+117=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C77775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77775 is #38888A. Grayscale: #8E8E8E. Windows color (decimal): -3704971 or 7698375. OLE color: 7698375.

HSL color Cylindrical-coordinate representation of color #C77775: hue angle of 1.46º 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 #C77775 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB199119117-
CMYK00.400.410.22
HSL1.46º42.27%61.96%-
HSV(B)1.46º41.21%78.04%-
XYZ33.3626.6220.21-
YUV142.69113.5168.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.75%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=45.75%
G=27.36%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911911700.400.410.221.4642.2761.96
HexC77775028291612a3e
Octal307167165050512615276
Binary11000111111011111101010101000101001101101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77775; }

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

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

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

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

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

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

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

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