#C47C71

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

Shades of Contessa #C47C71

Tints of Contessa #C47C71

Color information

#C47C71 (or 0xC47C71) is unknown color: approx Contessa. HEX triplet: C4, 7C and 71. RGB value is (196,124,113). Sum of RGB (Red+Green+Blue) = 196+124+113=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C71 is #3B838E. Grayscale: #909090. Windows color (decimal): -3900303 or 7437508. OLE color: 7437508.

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

Color convert

RGB196124113-
CMYK00.370.420.23
HSL7.95º41.29%60.59%-
HSV(B)7.95º42.35%76.86%-
XYZ32.9527.3419.16-
YUV144.27110.35164.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=45.27%
G=28.64%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612411300.370.420.237.9541.2960.59
HexC47C710252A178293d
Octal3041741610455227105175
Binary11000100111110011100010100101101010101111000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47C71; }

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

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

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

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

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

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

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

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