#C47769

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

Shades of Contessa #C47769

Tints of Contessa #C47769

Color information

#C47769 (or 0xC47769) is unknown color: approx Contessa. HEX triplet: C4, 77 and 69. RGB value is (196,119,105). Sum of RGB (Red+Green+Blue) = 196+119+105=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C47769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47769 is #3B8896. Grayscale: #8C8C8C. Windows color (decimal): -3901591 or 6911940. OLE color: 6911940.

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

Color convert

RGB196119105-
CMYK00.390.460.23
HSL9.23º43.54%59.02%-
HSV(B)9.23º46.43%76.86%-
XYZ31.9125.9516.69-
YUV140.43108.01167.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 105 (41.41% from 255) = 25%
R=46.67%
G=28.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611910500.390.460.239.2343.5459.02
HexC477690272E1792c3b
Octal3041671510475627115473
Binary11000100111011111010010100111101110101111001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47769; }

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

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

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

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

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

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

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

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