#C47776

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

Shades of Contessa #C47776

Tints of Contessa #C47776

Color information

#C47776 (or 0xC47776) is unknown color: approx Contessa. HEX triplet: C4, 77 and 76. RGB value is (196,119,118). Sum of RGB (Red+Green+Blue) = 196+119+118=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C47776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47776 is #3B8889. Grayscale: #8D8D8D. Windows color (decimal): -3901578 or 7763908. OLE color: 7763908.

HSL color Cylindrical-coordinate representation of color #C47776: hue angle of 0.77º 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 #C47776 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196119118-
CMYK00.390.400.23
HSL0.77º39.8%61.57%-
HSV(B)0.77º39.8%76.86%-
XYZ32.6326.2420.48-
YUV141.91114.51166.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=45.27%
G=27.48%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611911800.390.400.230.7739.861.57
HexC4777602728171283e
Octal304167166047502715076
Binary11000100111011111101100100111101000101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47776; }

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

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

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

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

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

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

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

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