#C55A38

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

Shades of Ecstasy #C55A38

Tints of Ecstasy #C55A38

Color information

#C55A38 (or 0xC55A38) is unknown color: approx Ecstasy. HEX triplet: C5, 5A and 38. RGB value is (197,90,56). Sum of RGB (Red+Green+Blue) = 197+90+56=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A38 is #3AA5C7. Grayscale: #767676. Windows color (decimal): -3843528 or 3693253. OLE color: 3693253.

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

Color convert

RGB1979056-
CMYK00.540.720.23
HSL14.47º55.73%49.61%-
HSV(B)14.47º71.57%77.25%-
XYZ27.419.476.06-
YUV118.1292.95184.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.43%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 56 (22.27% from 255) = 16.33%
R=57.43%
G=26.24%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197905600.540.720.2314.4755.7349.61
HexC55A380364817e3832
Octal3051327006611027167062
Binary11000101101101011100001101101001000101111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A38; }

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

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

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

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

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

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

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

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