#C77675

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

Shades of Contessa #C77675

Tints of Contessa #C77675

Color information

#C77675 (or 0xC77675) is unknown color: approx Contessa. HEX triplet: C7, 76 and 75. RGB value is (199,118,117). Sum of RGB (Red+Green+Blue) = 199+118+117=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C77675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77675 is #38898A. Grayscale: #8E8E8E. Windows color (decimal): -3705227 or 7698119. OLE color: 7698119.

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

Color convert

RGB199118117-
CMYK00.410.410.22
HSL0.73º42.27%61.96%-
HSV(B)0.73º41.21%78.04%-
XYZ33.2426.3820.17-
YUV142.1113.84168.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=45.85%
G=27.19%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911811700.410.410.220.7342.2761.96
HexC77675029291612a3e
Octal307166165051512615276
Binary11000111111011011101010101001101001101101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77675; }

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

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

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

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

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

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

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

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