#C27970

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

Shades of Contessa #C27970

Tints of Contessa #C27970

Color information

#C27970 (or 0xC27970) is unknown color: approx Contessa. HEX triplet: C2, 79 and 70. RGB value is (194,121,112). Sum of RGB (Red+Green+Blue) = 194+121+112=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C27970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27970 is #3D868F. Grayscale: #8D8D8D. Windows color (decimal): -4032144 or 7371202. OLE color: 7371202.

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

Color convert

RGB194121112-
CMYK00.380.420.24
HSL6.59º40.2%60%-
HSV(B)6.59º42.27%76.08%-
XYZ32.0126.3118.72-
YUV141.8111.18165.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=45.43%
G=28.34%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412111200.380.420.246.5940.260
HexC279700262A187283c
Octal302171160046523075074
Binary1100001011110011110000010011010101011000111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27970; }

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

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

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

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

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

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

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

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