#C77664

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

Shades of Contessa #C77664

Tints of Contessa #C77664

Color information

#C77664 (or 0xC77664) is unknown color: approx Contessa. HEX triplet: C7, 76 and 64. RGB value is (199,118,100). Sum of RGB (Red+Green+Blue) = 199+118+100=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C77664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77664 is #38899B. Grayscale: #8C8C8C. Windows color (decimal): -3705244 or 6584007. OLE color: 6584007.

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

Color convert

RGB199118100-
CMYK00.410.500.22
HSL10.91º46.92%58.63%-
HSV(B)10.91º49.75%78.04%-
XYZ32.3326.0215.37-
YUV140.17105.34169.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=47.72%
G=28.30%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911810000.410.500.2210.9146.9258.63
HexC776640293216b2f3b
Octal3071661440516226135773
Binary11000111111011011001000101001110010101101011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77664; }

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

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

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

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

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

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

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

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