#C27874

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

Shades of Contessa #C27874

Tints of Contessa #C27874

Color information

#C27874 (or 0xC27874) is unknown color: approx Contessa. HEX triplet: C2, 78 and 74. RGB value is (194,120,116). Sum of RGB (Red+Green+Blue) = 194+120+116=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C27874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27874 is #3D878B. Grayscale: #8D8D8D. Windows color (decimal): -4032396 or 7633090. OLE color: 7633090.

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

Color convert

RGB194120116-
CMYK00.380.400.24
HSL3.08º39%60.78%-
HSV(B)3.08º40.21%76.08%-
XYZ32.1226.1619.88-
YUV141.67113.52165.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=45.12%
G=27.91%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412011600.380.400.243.083960.78
HexC2787402628183273d
Octal302170164046503034775
Binary110000101111000111010001001101010001100011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27874; }

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

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

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

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

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

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

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

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