#C27272

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

Shades of Contessa #C27272

Tints of Contessa #C27272

Color information

#C27272 (or 0xC27272) is unknown color: approx Contessa. HEX triplet: C2, 72 and 72. RGB value is (194,114,114). Sum of RGB (Red+Green+Blue) = 194+114+114=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C27272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27272 is #3D8D8D. Grayscale: #898989. Windows color (decimal): -4033934 or 7500482. OLE color: 7500482.

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

Color convert

RGB194114114-
CMYK00.410.410.24
HSL39.6%60.39%-
HSV(B)41.24%76.08%-
XYZ31.324.7219.04-
YUV137.92114.5168-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=45.97%
G=27.01%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411411400.410.410.24039.660.39
HexC2727202929180283c
Octal302162162051513005074
Binary11000010111001011100100101001101001110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27272; }

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

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

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

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

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

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

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

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