#C27871

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

Shades of Contessa #C27871

Tints of Contessa #C27871

Color information

#C27871 (or 0xC27871) is unknown color: approx Contessa. HEX triplet: C2, 78 and 71. RGB value is (194,120,113). Sum of RGB (Red+Green+Blue) = 194+120+113=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C27871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27871 is #3D878E. Grayscale: #8D8D8D. Windows color (decimal): -4032399 or 7436482. OLE color: 7436482.

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

Color convert

RGB194120113-
CMYK00.380.420.24
HSL5.19º39.9%60.2%-
HSV(B)5.19º41.75%76.08%-
XYZ31.9526.0918.98-
YUV141.33112.02165.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=45.43%
G=28.10%
B=26.46%

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
Decimal19412011300.380.420.245.1939.960.2
HexC278710262A185283c
Octal302170161046523055074
Binary1100001011110001110001010011010101011000101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27871; }

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

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

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

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

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

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

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

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