#C95A37

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

Shades of Ecstasy #C95A37

Tints of Ecstasy #C95A37

Color information

#C95A37 (or 0xC95A37) is unknown color: approx Ecstasy. HEX triplet: C9, 5A and 37. RGB value is (201,90,55). Sum of RGB (Red+Green+Blue) = 201+90+55=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A37 is #36A5C8. Grayscale: #777777. Windows color (decimal): -3581385 or 3627721. OLE color: 3627721.

HSL color Cylindrical-coordinate representation of color #C95A37: hue angle of 14.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C95A37 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2019055-
CMYK00.550.730.21
HSL14.38º57.48%50.2%-
HSV(B)14.38º72.64%78.82%-
XYZ28.4320.015.98-
YUV119.291.77186.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.09%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 55 (21.88% from 255) = 15.90%
R=58.09%
G=26.01%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201905500.550.730.2114.3857.4850.2
HexC95A370374915e3932
Octal3111326706711125167162
Binary11001001101101011011101101111001001101011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95A37; }

 p { color: rgb(201,90,55); }

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

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

 a { background-color: rgb(201,90,55); }

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

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

 span { border-color: rgb(201,90,55); }

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