#C47362

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

Shades of Contessa #C47362

Tints of Contessa #C47362

Color information

#C47362 (or 0xC47362) is unknown color: approx Contessa. HEX triplet: C4, 73 and 62. RGB value is (196,115,98). Sum of RGB (Red+Green+Blue) = 196+115+98=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C47362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47362 is #3B8C9D. Grayscale: #898989. Windows color (decimal): -3902622 or 6452164. OLE color: 6452164.

HSL color Cylindrical-coordinate representation of color #C47362: hue angle of 10.41º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C47362 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB19611598-
CMYK00.410.50.23
HSL10.41º45.37%57.65%-
HSV(B)10.41º50%76.86%-
XYZ31.124.8814.72-
YUV137.28105.84169.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 115 (45.31% from 255) = 28.12%
BLUE value IS 98 (38.67% from 255) = 23.96%
R=47.92%
G=28.12%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961159800.410.50.2310.4145.3757.65
HexC473620293217a2d3a
Octal3041631420516227125572
Binary11000100111001111000100101001110010101111010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47362; }

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

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

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

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

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

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

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

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