#C77A72

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

Shades of Contessa #C77A72

Tints of Contessa #C77A72

Color information

#C77A72 (or 0xC77A72) is unknown color: approx Contessa. HEX triplet: C7, 7A and 72. RGB value is (199,122,114). Sum of RGB (Red+Green+Blue) = 199+122+114=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A72 is #38858D. Grayscale: #909090. Windows color (decimal): -3704206 or 7502535. OLE color: 7502535.

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

Color convert

RGB199122114-
CMYK00.390.430.22
HSL5.65º43.15%61.37%-
HSV(B)5.65º42.71%78.04%-
XYZ33.5527.2819.42-
YUV144.11111.01167.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.75%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=45.75%
G=28.05%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912211400.390.430.225.6543.1561.37
HexC77A720272B1662b3d
Octal307172162047532665375
Binary1100011111110101110010010011110101110110110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77A72; }

 p { color: rgb(199,122,114); }

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

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

 a { background-color: rgb(199,122,114); }

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

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

 span { border-color: rgb(199,122,114); }

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