#C47371

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

Shades of Contessa #C47371

Tints of Contessa #C47371

Color information

#C47371 (or 0xC47371) is unknown color: approx Contessa. HEX triplet: C4, 73 and 71. RGB value is (196,115,113). Sum of RGB (Red+Green+Blue) = 196+115+113=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C47371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47371 is #3B8C8E. Grayscale: #8B8B8B. Windows color (decimal): -3902607 or 7435204. OLE color: 7435204.

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

Color convert

RGB196115113-
CMYK00.410.420.23
HSL1.45º41.29%60.59%-
HSV(B)1.45º42.35%76.86%-
XYZ31.8825.1918.8-
YUV138.99113.34168.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.23%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=46.23%
G=27.12%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611511300.410.420.231.4541.2960.59
HexC473710292A171293d
Octal304163161051522715175
Binary11000100111001111100010101001101010101111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47371; }

 p { color: rgb(196,115,113); }

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

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

 a { background-color: rgb(196,115,113); }

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

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

 span { border-color: rgb(196,115,113); }

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