#C27872

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

Shades of Contessa #C27872

Tints of Contessa #C27872

Color information

#C27872 (or 0xC27872) is unknown color: approx Contessa. HEX triplet: C2, 78 and 72. RGB value is (194,120,114). Sum of RGB (Red+Green+Blue) = 194+120+114=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C27872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27872 is #3D878D. Grayscale: #8D8D8D. Windows color (decimal): -4032398 or 7502018. OLE color: 7502018.

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

Color convert

RGB194120114-
CMYK00.380.410.24
HSL4.5º39.6%60.39%-
HSV(B)4.5º41.24%76.08%-
XYZ3226.1219.27-
YUV141.44112.52165.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=45.33%
G=28.04%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412011400.380.410.244.539.660.39
HexC2787202629184283c
Octal302170162046513045074
Binary1100001011110001110010010011010100111000100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27872; }

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

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

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

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

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

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

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

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