#C55A39

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

Shades of Ecstasy #C55A39

Tints of Ecstasy #C55A39

Color information

#C55A39 (or 0xC55A39) is unknown color: approx Ecstasy. HEX triplet: C5, 5A and 39. RGB value is (197,90,57). Sum of RGB (Red+Green+Blue) = 197+90+57=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A39 is #3AA5C6. Grayscale: #767676. Windows color (decimal): -3843527 or 3758789. OLE color: 3758789.

HSL color Cylindrical-coordinate representation of color #C55A39: hue angle of 14.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C55A39 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB1979057-
CMYK00.540.710.23
HSL14.14º55.12%49.8%-
HSV(B)14.14º71.07%77.25%-
XYZ27.4219.486.19-
YUV118.2393.45184.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.27%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 57 (22.66% from 255) = 16.57%
R=57.27%
G=26.16%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197905700.540.710.2314.1455.1249.8
HexC55A390364717e3732
Octal3051327106610727166762
Binary11000101101101011100101101101000111101111110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A39; }

 p { color: rgb(197,90,57); }

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

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

 a { background-color: rgb(197,90,57); }

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

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

 span { border-color: rgb(197,90,57); }

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