#C47D71

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

Shades of Contessa #C47D71

Tints of Contessa #C47D71

Color information

#C47D71 (or 0xC47D71) is unknown color: approx Contessa. HEX triplet: C4, 7D and 71. RGB value is (196,125,113). Sum of RGB (Red+Green+Blue) = 196+125+113=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D71 is #3B828E. Grayscale: #909090. Windows color (decimal): -3900047 or 7437764. OLE color: 7437764.

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

Color convert

RGB196125113-
CMYK00.360.420.23
HSL8.67º41.29%60.59%-
HSV(B)8.67º42.35%76.86%-
XYZ33.0827.619.21-
YUV144.86110.02164.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=45.16%
G=28.80%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612511300.360.420.238.6741.2960.59
HexC47D710242A179293d
Octal3041751610445227115175
Binary11000100111110111100010100100101010101111001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D71; }

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

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

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

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

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

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

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

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