#C47160

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

Shades of Contessa #C47160

Tints of Contessa #C47160

Color information

#C47160 (or 0xC47160) is unknown color: approx Contessa. HEX triplet: C4, 71 and 60. RGB value is (196,113,96). Sum of RGB (Red+Green+Blue) = 196+113+96=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C47160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47160 is #3B8E9F. Grayscale: #888888. Windows color (decimal): -3903136 or 6320580. OLE color: 6320580.

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

Color convert

RGB19611396-
CMYK00.420.510.23
HSL10.2º45.87%57.25%-
HSV(B)10.2º51.02%76.86%-
XYZ30.7824.3914.15-
YUV135.88105.5170.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=48.40%
G=27.90%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961139600.420.510.2310.245.8757.25
HexC4716002A3317a2e39
Octal3041611400526327125671
Binary11000100111000111000000101010110011101111010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47160; }

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

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

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

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

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

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

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

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