#C47978

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

Shades of Contessa #C47978

Tints of Contessa #C47978

Color information

#C47978 (or 0xC47978) is unknown color: approx Contessa. HEX triplet: C4, 79 and 78. RGB value is (196,121,120). Sum of RGB (Red+Green+Blue) = 196+121+120=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C47978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47978 is #3B8687. Grayscale: #8F8F8F. Windows color (decimal): -3901064 or 7895492. OLE color: 7895492.

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

Color convert

RGB196121120-
CMYK00.380.390.23
HSL0.79º39.18%61.96%-
HSV(B)0.79º38.78%76.86%-
XYZ32.9926.7721.2-
YUV143.31114.85165.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=44.85%
G=27.69%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612112000.380.390.230.7939.1861.96
HexC4797802627171273e
Octal304171170046472714776
Binary11000100111100111110000100110100111101111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47978; }

 p { color: rgb(196,121,120); }

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

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

 a { background-color: rgb(196,121,120); }

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

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

 span { border-color: rgb(196,121,120); }

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