#C27978

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

Shades of Contessa #C27978

Tints of Contessa #C27978

Color information

#C27978 (or 0xC27978) is unknown color: approx Contessa. HEX triplet: C2, 79 and 78. RGB value is (194,121,120). Sum of RGB (Red+Green+Blue) = 194+121+120=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C27978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27978 is #3D8687. Grayscale: #8E8E8E. Windows color (decimal): -4032136 or 7895490. OLE color: 7895490.

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

Color convert

RGB194121120-
CMYK00.380.380.24
HSL0.81º37.76%61.57%-
HSV(B)0.81º38.14%76.08%-
XYZ32.4826.521.17-
YUV142.71115.18164.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=44.60%
G=27.82%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412112000.380.380.240.8137.7661.57
HexC2797802626181263e
Octal302171170046463014676
Binary11000010111100111110000100110100110110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27978; }

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

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

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

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

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

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

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

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