#c47566

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

Shades of Contessa #C47566

Tints of Contessa #C47566

Color information

#C47566 (or 0xC47566) is unknown color: approx Contessa. HEX triplet: C4, 75 and 66. RGB value is (196,117,102). Sum of RGB (Red+Green+Blue) = 196+117+102=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C47566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47566 is #3B8A99. Grayscale: #8B8B8B. Windows color (decimal): -3902106 or 6714820. OLE color: 6714820.

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

Color convert

RGB196117102-
CMYK00.400.480.23
HSL9.57º44.34%58.43%-
HSV(B)9.57º47.96%76.86%-
XYZ31.5225.4215.81-
YUV138.91107.17168.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=47.23%
G=28.19%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611710200.400.480.239.5744.3458.43
HexC475660283017a2c3a
Octal3041651460506027125472
Binary11000100111010111001100101000110000101111010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47566; }

 p { color: rgb(196,117,102); }

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

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

 a { background-color: rgb(196,117,102); }

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

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

 span { border-color: rgb(196,117,102); }

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