#C47877

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

Shades of Contessa #C47877

Tints of Contessa #C47877

Color information

#C47877 (or 0xC47877) is unknown color: approx Contessa. HEX triplet: C4, 78 and 77. RGB value is (196,120,119). Sum of RGB (Red+Green+Blue) = 196+120+119=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C47877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47877 is #3B8788. Grayscale: #8E8E8E. Windows color (decimal): -3901321 or 7829700. OLE color: 7829700.

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

Color convert

RGB196120119-
CMYK00.390.390.23
HSL0.78º39.49%61.76%-
HSV(B)0.78º39.29%76.86%-
XYZ32.8126.520.84-
YUV142.61114.68166.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 119 (46.88% from 255) = 27.36%
R=45.06%
G=27.59%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612011900.390.390.230.7839.4961.76
HexC4787702727171273e
Octal304170167047472714776
Binary11000100111100011101110100111100111101111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47877; }

 p { color: rgb(196,120,119); }

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

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

 a { background-color: rgb(196,120,119); }

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

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

 span { border-color: rgb(196,120,119); }

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