#C47271

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

Shades of Contessa #C47271

Tints of Contessa #C47271

Color information

#C47271 (or 0xC47271) is unknown color: approx Contessa. HEX triplet: C4, 72 and 71. RGB value is (196,114,113). Sum of RGB (Red+Green+Blue) = 196+114+113=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C47271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47271 is #3B8D8E. Grayscale: #8A8A8A. Windows color (decimal): -3902863 or 7434948. OLE color: 7434948.

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

Color convert

RGB196114113-
CMYK00.420.420.23
HSL0.72º41.29%60.59%-
HSV(B)0.72º42.35%76.86%-
XYZ31.7624.9618.77-
YUV138.4113.67169.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=46.34%
G=26.95%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611411300.420.420.230.7241.2960.59
HexC4727102A2A171293d
Octal304162161052522715175
Binary11000100111001011100010101010101010101111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47271; }

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

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

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

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

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

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

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

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