#C95A38

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

Shades of Ecstasy #C95A38

Tints of Ecstasy #C95A38

Color information

#C95A38 (or 0xC95A38) is unknown color: approx Ecstasy. HEX triplet: C9, 5A and 38. RGB value is (201,90,56). Sum of RGB (Red+Green+Blue) = 201+90+56=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A38 is #36A5C7. Grayscale: #777777. Windows color (decimal): -3581384 or 3693257. OLE color: 3693257.

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

Color convert

RGB2019056-
CMYK00.550.720.21
HSL14.07º57.31%50.39%-
HSV(B)14.07º72.14%78.82%-
XYZ28.4620.026.1-
YUV119.3192.27186.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.93%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 56 (22.27% from 255) = 16.14%
R=57.93%
G=25.94%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201905600.550.720.2114.0757.3150.39
HexC95A380374815e3932
Octal3111327006711025167162
Binary11001001101101011100001101111001000101011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95A38; }

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

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

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

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

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

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

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

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