#C77E70

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

Shades of Contessa #C77E70

Tints of Contessa #C77E70

Color information

#C77E70 (or 0xC77E70) is unknown color: approx Contessa. HEX triplet: C7, 7E and 70. RGB value is (199,126,112). Sum of RGB (Red+Green+Blue) = 199+126+112=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E70 is #38818F. Grayscale: #929292. Windows color (decimal): -3703184 or 7372487. OLE color: 7372487.

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

Color convert

RGB199126112-
CMYK00.370.440.22
HSL9.66º43.72%60.98%-
HSV(B)9.66º43.72%78.04%-
XYZ33.9428.2318.99-
YUV146.23108.68165.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.54%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=45.54%
G=28.83%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912611200.370.440.229.6643.7260.98
HexC77E700252C16a2c3d
Octal3071761600455426125475
Binary11000111111111011100000100101101100101101010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77E70; }

 p { color: rgb(199,126,112); }

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

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

 a { background-color: rgb(199,126,112); }

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

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

 span { border-color: rgb(199,126,112); }

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