#C27371

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

Shades of Contessa #C27371

Tints of Contessa #C27371

Color information

#C27371 (or 0xC27371) is unknown color: approx Contessa. HEX triplet: C2, 73 and 71. RGB value is (194,115,113). Sum of RGB (Red+Green+Blue) = 194+115+113=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C27371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27371 is #3D8C8E. Grayscale: #8A8A8A. Windows color (decimal): -4033679 or 7435202. OLE color: 7435202.

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

Color convert

RGB194115113-
CMYK00.410.420.24
HSL1.48º39.9%60.2%-
HSV(B)1.48º41.75%76.08%-
XYZ31.3624.9218.78-
YUV138.39113.67167.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=45.97%
G=27.25%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411511300.410.420.241.4839.960.2
HexC273710292A181283c
Octal302163161051523015074
Binary11000010111001111100010101001101010110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27371; }

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

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

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

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

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

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

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

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