#C47062

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

Shades of Contessa #C47062

Tints of Contessa #C47062

Color information

#C47062 (or 0xC47062) is unknown color: approx Contessa. HEX triplet: C4, 70 and 62. RGB value is (196,112,98). Sum of RGB (Red+Green+Blue) = 196+112+98=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C47062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47062 is #3B8F9D. Grayscale: #878787. Windows color (decimal): -3903390 or 6451396. OLE color: 6451396.

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

Color convert

RGB19611298-
CMYK00.430.50.23
HSL8.57º45.37%57.65%-
HSV(B)8.57º50%76.86%-
XYZ30.7624.2114.61-
YUV135.52106.83171.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 98 (38.67% from 255) = 24.14%
R=48.28%
G=27.59%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961129800.430.50.238.5745.3757.65
HexC4706202B321792d3a
Octal3041601420536227115572
Binary11000100111000011000100101011110010101111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47062; }

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

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

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

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

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

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

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

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