#C47976

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

Shades of Contessa #C47976

Tints of Contessa #C47976

Color information

#C47976 (or 0xC47976) is unknown color: approx Contessa. HEX triplet: C4, 79 and 76. RGB value is (196,121,118). Sum of RGB (Red+Green+Blue) = 196+121+118=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C47976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47976 is #3B8689. Grayscale: #8F8F8F. Windows color (decimal): -3901066 or 7764420. OLE color: 7764420.

HSL color Cylindrical-coordinate representation of color #C47976: hue angle of 2.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47976 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196121118-
CMYK00.380.400.23
HSL2.31º39.8%61.57%-
HSV(B)2.31º39.8%76.86%-
XYZ32.8726.7220.56-
YUV143.08113.85165.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=45.06%
G=27.82%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612111800.380.400.232.3139.861.57
HexC4797602628172283e
Octal304171166046502725076
Binary110001001111001111011001001101010001011110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47976; }

 p { color: rgb(196,121,118); }

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

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

 a { background-color: rgb(196,121,118); }

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

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

 span { border-color: rgb(196,121,118); }

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