#C55C38

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

Shades of Ecstasy #C55C38

Tints of Ecstasy #C55C38

Color information

#C55C38 (or 0xC55C38) is unknown color: approx Ecstasy. HEX triplet: C5, 5C and 38. RGB value is (197,92,56). Sum of RGB (Red+Green+Blue) = 197+92+56=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C38 is #3AA3C7. Grayscale: #777777. Windows color (decimal): -3843016 or 3693765. OLE color: 3693765.

HSL color Cylindrical-coordinate representation of color #C55C38: hue angle of 15.32º 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 #C55C38 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB1979256-
CMYK00.530.720.23
HSL15.32º55.73%49.61%-
HSV(B)15.32º71.57%77.25%-
XYZ27.5719.816.11-
YUV119.2992.29183.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.10%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=57.10%
G=26.67%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197925600.530.720.2315.3255.7349.61
HexC55C380354817f3832
Octal3051347006511027177062
Binary11000101101110011100001101011001000101111111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C38; }

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

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

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

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

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

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

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

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