#C47261

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

Shades of Contessa #C47261

Tints of Contessa #C47261

Color information

#C47261 (or 0xC47261) is unknown color: approx Contessa. HEX triplet: C4, 72 and 61. RGB value is (196,114,97). Sum of RGB (Red+Green+Blue) = 196+114+97=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C47261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47261 is #3B8D9E. Grayscale: #888888. Windows color (decimal): -3902879 or 6386372. OLE color: 6386372.

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

Color convert

RGB19611497-
CMYK00.420.510.23
HSL10.3º45.62%57.45%-
HSV(B)10.3º50.51%76.86%-
XYZ30.9424.6314.43-
YUV136.58105.67170.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.16%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=48.16%
G=28.01%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961149700.420.510.2310.345.6257.45
HexC4726102A3317a2e39
Octal3041621410526327125671
Binary11000100111001011000010101010110011101111010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47261; }

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

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

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

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

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

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

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

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