#C47770

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

Shades of Contessa #C47770

Tints of Contessa #C47770

Color information

#C47770 (or 0xC47770) is unknown color: approx Contessa. HEX triplet: C4, 77 and 70. RGB value is (196,119,112). Sum of RGB (Red+Green+Blue) = 196+119+112=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C47770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47770 is #3B888F. Grayscale: #8D8D8D. Windows color (decimal): -3901584 or 7370692. OLE color: 7370692.

HSL color Cylindrical-coordinate representation of color #C47770: hue angle of 5º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47770 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB196119112-
CMYK00.390.430.23
HSL41.58%60.39%-
HSV(B)42.86%76.86%-
XYZ32.2926.118.67-
YUV141.22111.51167.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=45.90%
G=27.87%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611911200.390.430.23541.5860.39
HexC477700272B1752a3c
Octal304167160047532755274
Binary1100010011101111110000010011110101110111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47770; }

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

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

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

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

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

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

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

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