#C76D60

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

Shades of Contessa #C76D60

Tints of Contessa #C76D60

Color information

#C76D60 (or 0xC76D60) is unknown color: approx Contessa. HEX triplet: C7, 6D and 60. RGB value is (199,109,96). Sum of RGB (Red+Green+Blue) = 199+109+96=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D60 is #38929F. Grayscale: #868686. Windows color (decimal): -3707552 or 6319559. OLE color: 6319559.

HSL color Cylindrical-coordinate representation of color #C76D60: hue angle of 7.57º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76D60 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19910996-
CMYK00.450.520.22
HSL7.57º47.91%57.84%-
HSV(B)7.57º51.76%78.04%-
XYZ31.1323.9214.04-
YUV134.43106.32174.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=49.26%
G=26.98%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991099600.450.520.227.5747.9157.84
HexC76D6002D34168303a
Octal3071551400556426106072
Binary11000111110110111000000101101110100101101000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D60; }

 p { color: rgb(199,109,96); }

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

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

 a { background-color: rgb(199,109,96); }

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

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

 span { border-color: rgb(199,109,96); }

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