#C47871

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

Shades of Contessa #C47871

Tints of Contessa #C47871

Color information

#C47871 (or 0xC47871) is unknown color: approx Contessa. HEX triplet: C4, 78 and 71. RGB value is (196,120,113). Sum of RGB (Red+Green+Blue) = 196+120+113=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C47871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47871 is #3B878E. Grayscale: #8E8E8E. Windows color (decimal): -3901327 or 7436484. OLE color: 7436484.

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

Color convert

RGB196120113-
CMYK00.390.420.23
HSL5.06º41.29%60.59%-
HSV(B)5.06º42.35%76.86%-
XYZ32.4626.3619-
YUV141.93111.68166.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=45.69%
G=27.97%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612011300.390.420.235.0641.2960.59
HexC478710272A175293d
Octal304170161047522755175
Binary1100010011110001110001010011110101010111101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47871; }

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

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

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

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

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

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

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

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