#C47361

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

Shades of Contessa #C47361

Tints of Contessa #C47361

Color information

#C47361 (or 0xC47361) is unknown color: approx Contessa. HEX triplet: C4, 73 and 61. RGB value is (196,115,97). Sum of RGB (Red+Green+Blue) = 196+115+97=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C47361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47361 is #3B8C9E. Grayscale: #898989. Windows color (decimal): -3902623 or 6386628. OLE color: 6386628.

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

Color convert

RGB19611597-
CMYK00.410.510.23
HSL10.91º45.62%57.45%-
HSV(B)10.91º50.51%76.86%-
XYZ31.0524.8614.47-
YUV137.17105.34169.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=48.04%
G=28.19%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961159700.410.510.2310.9145.6257.45
HexC473610293317b2e39
Octal3041631410516327135671
Binary11000100111001111000010101001110011101111011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47361; }

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

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

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

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

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

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

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

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