#C47462

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

Shades of Contessa #C47462

Tints of Contessa #C47462

Color information

#C47462 (or 0xC47462) is unknown color: approx Contessa. HEX triplet: C4, 74 and 62. RGB value is (196,116,98). Sum of RGB (Red+Green+Blue) = 196+116+98=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C47462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47462 is #3B8B9D. Grayscale: #8A8A8A. Windows color (decimal): -3902366 or 6452420. OLE color: 6452420.

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

Color convert

RGB19611698-
CMYK00.410.50.23
HSL11.02º45.37%57.65%-
HSV(B)11.02º50%76.86%-
XYZ31.2125.1114.76-
YUV137.87105.5169.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.80%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 98 (38.67% from 255) = 23.90%
R=47.80%
G=28.29%
B=23.90%

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
Decimal1961169800.410.50.2311.0245.3757.65
HexC474620293217b2d3a
Octal3041641420516227135572
Binary11000100111010011000100101001110010101111011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47462; }

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

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

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

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

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

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

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

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