#C5726C

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

Shades of Contessa #C5726C

Tints of Contessa #C5726C

Color information

#C5726C (or 0xC5726C) is unknown color: approx Contessa. HEX triplet: C5, 72 and 6C. RGB value is (197,114,108). Sum of RGB (Red+Green+Blue) = 197+114+108=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5726C is #3A8D93. Grayscale: #8A8A8A. Windows color (decimal): -3837332 or 7107269. OLE color: 7107269.

HSL color Cylindrical-coordinate representation of color #C5726C: hue angle of 4.04º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5726C is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB197114108-
CMYK00.420.450.23
HSL4.04º43.41%59.8%-
HSV(B)4.04º45.18%77.25%-
XYZ31.7524.9917.34-
YUV138.13111169.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=47.02%
G=27.21%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711410800.420.450.234.0443.4159.8
HexC5726C02A2D1742b3c
Octal305162154052552745374
Binary1100010111100101101100010101010110110111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5726C; }

 p { color: rgb(197,114,108); }

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

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

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

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

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

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

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