#C47469

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

Shades of Contessa #C47469

Tints of Contessa #C47469

Color information

#C47469 (or 0xC47469) is unknown color: approx Contessa. HEX triplet: C4, 74 and 69. RGB value is (196,116,105). Sum of RGB (Red+Green+Blue) = 196+116+105=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C47469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47469 is #3B8B96. Grayscale: #8A8A8A. Windows color (decimal): -3902359 or 6911172. OLE color: 6911172.

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

Color convert

RGB196116105-
CMYK00.410.460.23
HSL7.25º43.54%59.02%-
HSV(B)7.25º46.43%76.86%-
XYZ31.5625.2516.57-
YUV138.67109168.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=47.00%
G=27.82%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611610500.410.460.237.2543.5459.02
HexC474690292E1772c3b
Octal304164151051562775473
Binary1100010011101001101001010100110111010111111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47469; }

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

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

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

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

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

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

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

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