#C27573

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

Shades of Contessa #C27573

Tints of Contessa #C27573

Color information

#C27573 (or 0xC27573) is unknown color: approx Contessa. HEX triplet: C2, 75 and 73. RGB value is (194,117,115). Sum of RGB (Red+Green+Blue) = 194+117+115=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C27573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27573 is #3D8A8C. Grayscale: #8B8B8B. Windows color (decimal): -4033165 or 7566786. OLE color: 7566786.

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

Color convert

RGB194117115-
CMYK00.400.410.24
HSL1.52º39.3%60.59%-
HSV(B)1.52º40.72%76.08%-
XYZ31.725.4319.46-
YUV139.8114.01166.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=45.54%
G=27.46%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411711500.400.410.241.5239.360.59
HexC2757302829182273d
Octal302165163050513024775
Binary110000101110101111001101010001010011100010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27573; }

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

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

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

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

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

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

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

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