#C27A71

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

Shades of Contessa #C27A71

Tints of Contessa #C27A71

Color information

#C27A71 (or 0xC27A71) is unknown color: approx Contessa. HEX triplet: C2, 7A and 71. RGB value is (194,122,113). Sum of RGB (Red+Green+Blue) = 194+122+113=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A71 is #3D858E. Grayscale: #8E8E8E. Windows color (decimal): -4031887 or 7436994. OLE color: 7436994.

HSL color Cylindrical-coordinate representation of color #C27A71: hue angle of 6.67º 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 #C27A71 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194122113-
CMYK00.370.420.24
HSL6.67º39.9%60.2%-
HSV(B)6.67º41.75%76.08%-
XYZ32.1926.5819.06-
YUV142.5111.35164.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=45.22%
G=28.44%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412211300.370.420.246.6739.960.2
HexC27A710252A187283c
Octal302172161045523075074
Binary1100001011110101110001010010110101011000111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A71; }

 p { color: rgb(194,122,113); }

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

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

 a { background-color: rgb(194,122,113); }

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

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

 span { border-color: rgb(194,122,113); }

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