#C27471

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

Shades of Contessa #C27471

Tints of Contessa #C27471

Color information

#C27471 (or 0xC27471) is unknown color: approx Contessa. HEX triplet: C2, 74 and 71. RGB value is (194,116,113). Sum of RGB (Red+Green+Blue) = 194+116+113=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C27471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27471 is #3D8B8E. Grayscale: #8B8B8B. Windows color (decimal): -4033423 or 7435458. OLE color: 7435458.

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

Color convert

RGB194116113-
CMYK00.400.420.24
HSL2.22º39.9%60.2%-
HSV(B)2.22º41.75%76.08%-
XYZ31.4725.1518.82-
YUV138.98113.34167.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=45.86%
G=27.42%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411611300.400.420.242.2239.960.2
HexC274710282A182283c
Octal302164161050523025074
Binary110000101110100111000101010001010101100010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27471; }

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

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

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

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

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

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

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

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