#C27373

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

Shades of Contessa #C27373

Tints of Contessa #C27373

Color information

#C27373 (or 0xC27373) is unknown color: approx Contessa. HEX triplet: C2, 73 and 73. RGB value is (194,115,115). Sum of RGB (Red+Green+Blue) = 194+115+115=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C27373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27373 is #3D8C8C. Grayscale: #8A8A8A. Windows color (decimal): -4033677 or 7566274. OLE color: 7566274.

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

Color convert

RGB194115115-
CMYK00.410.410.24
HSL39.3%60.59%-
HSV(B)40.72%76.08%-
XYZ31.4724.9719.38-
YUV138.62114.67167.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=45.75%
G=27.12%
B=27.12%

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
Decimal19411511500.410.410.24039.360.59
HexC2737302929180273d
Octal302163163051513004775
Binary11000010111001111100110101001101001110000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27373; }

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

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

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

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

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

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

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

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