#C27972

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

Shades of Contessa #C27972

Tints of Contessa #C27972

Color information

#C27972 (or 0xC27972) is unknown color: approx Contessa. HEX triplet: C2, 79 and 72. RGB value is (194,121,114). Sum of RGB (Red+Green+Blue) = 194+121+114=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27972 is #3D868D. Grayscale: #8E8E8E. Windows color (decimal): -4032142 or 7502274. OLE color: 7502274.

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

Color convert

RGB194121114-
CMYK00.380.410.24
HSL5.25º39.6%60.39%-
HSV(B)5.25º41.24%76.08%-
XYZ32.1226.3619.31-
YUV142.03112.18165.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=45.22%
G=28.21%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412111400.380.410.245.2539.660.39
HexC2797202629185283c
Octal302171162046513055074
Binary1100001011110011110010010011010100111000101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27972; }

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

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

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

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

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

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

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

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