#C47061

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

Shades of Contessa #C47061

Tints of Contessa #C47061

Color information

#C47061 (or 0xC47061) is unknown color: approx Contessa. HEX triplet: C4, 70 and 61. RGB value is (196,112,97). Sum of RGB (Red+Green+Blue) = 196+112+97=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C47061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47061 is #3B8F9E. Grayscale: #878787. Windows color (decimal): -3903391 or 6385860. OLE color: 6385860.

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

Color convert

RGB19611297-
CMYK00.430.510.23
HSL9.09º45.62%57.45%-
HSV(B)9.09º50.51%76.86%-
XYZ30.7224.1914.36-
YUV135.41106.33171.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=48.40%
G=27.65%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961129700.430.510.239.0945.6257.45
HexC4706102B331792e39
Octal3041601410536327115671
Binary11000100111000011000010101011110011101111001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47061; }

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

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

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

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

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

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

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

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