#C47161

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

Shades of Contessa #C47161

Tints of Contessa #C47161

Color information

#C47161 (or 0xC47161) is unknown color: approx Contessa. HEX triplet: C4, 71 and 61. RGB value is (196,113,97). Sum of RGB (Red+Green+Blue) = 196+113+97=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C47161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47161 is #3B8E9E. Grayscale: #888888. Windows color (decimal): -3903135 or 6386116. OLE color: 6386116.

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

Color convert

RGB19611397-
CMYK00.420.510.23
HSL9.7º45.62%57.45%-
HSV(B)9.7º50.51%76.86%-
XYZ30.8324.4114.4-
YUV135.99106170.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=48.28%
G=27.83%
B=23.89%

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
Decimal1961139700.420.510.239.745.6257.45
HexC4716102A3317a2e39
Octal3041611410526327125671
Binary11000100111000111000010101010110011101111010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47161; }

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

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

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

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

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

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

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

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