#C56034

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

Shades of Ecstasy #C56034

Tints of Ecstasy #C56034

Color information

#C56034 (or 0xC56034) is unknown color: approx Ecstasy. HEX triplet: C5, 60 and 34. RGB value is (197,96,52). Sum of RGB (Red+Green+Blue) = 197+96+52=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C56034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56034 is #3A9FCB. Grayscale: #797979. Windows color (decimal): -3841996 or 3432645. OLE color: 3432645.

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

Color convert

RGB1979652-
CMYK00.510.740.23
HSL18.21º58.23%48.82%-
HSV(B)18.21º73.6%77.25%-
XYZ27.8320.485.74-
YUV121.1888.96182.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.10%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 52 (20.70% from 255) = 15.07%
R=57.10%
G=27.83%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197965200.510.740.2318.2158.2348.82
HexC560340334A17123a31
Octal3051406406311227227261
Binary110001011100000110100011001110010101011110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56034; }

 p { color: rgb(197,96,52); }

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

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

 a { background-color: rgb(197,96,52); }

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

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

 span { border-color: rgb(197,96,52); }

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