#C56132

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

Shades of Ecstasy #C56132

Tints of Ecstasy #C56132

Color information

#C56132 (or 0xC56132) is unknown color: approx Ecstasy. HEX triplet: C5, 61 and 32. RGB value is (197,97,50). Sum of RGB (Red+Green+Blue) = 197+97+50=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C56132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56132 is #3A9ECD. Grayscale: #797979. Windows color (decimal): -3841742 or 3301829. OLE color: 3301829.

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

Color convert

RGB1979750-
CMYK00.510.750.23
HSL19.18º59.51%48.43%-
HSV(B)19.18º74.62%77.25%-
XYZ27.8820.655.53-
YUV121.5487.63181.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.27%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 50 (19.92% from 255) = 14.53%
R=57.27%
G=28.20%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197975000.510.750.2319.1859.5148.43
HexC561320334B17133c30
Octal3051416206311327237460
Binary110001011100001110010011001110010111011110011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56132; }

 p { color: rgb(197,97,50); }

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

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

 a { background-color: rgb(197,97,50); }

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

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

 span { border-color: rgb(197,97,50); }

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