#C47979

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

Shades of Contessa #C47979

Tints of Contessa #C47979

Color information

#C47979 (or 0xC47979) is unknown color: approx Contessa. HEX triplet: C4, 79 and 79. RGB value is (196,121,121). Sum of RGB (Red+Green+Blue) = 196+121+121=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47979 is #3B8686. Grayscale: #8F8F8F. Windows color (decimal): -3901063 or 7961028. OLE color: 7961028.

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

Color convert

RGB196121121-
CMYK00.380.380.23
HSL38.86%62.16%-
HSV(B)38.27%76.86%-
XYZ33.0526.7921.52-
YUV143.43115.35165.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=44.75%
G=27.63%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612112100.380.380.23038.8662.16
HexC4797902626170273e
Octal304171171046462704776
Binary11000100111100111110010100110100110101110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47979; }

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

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

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

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

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

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

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

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