#C95B38

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

Shades of Ecstasy #C95B38

Tints of Ecstasy #C95B38

Color information

#C95B38 (or 0xC95B38) is unknown color: approx Ecstasy. HEX triplet: C9, 5B and 38. RGB value is (201,91,56). Sum of RGB (Red+Green+Blue) = 201+91+56=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B38 is #36A4C7. Grayscale: #787878. Windows color (decimal): -3581128 or 3693513. OLE color: 3693513.

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

Color convert

RGB2019156-
CMYK00.550.720.21
HSL14.48º57.31%50.39%-
HSV(B)14.48º72.14%78.82%-
XYZ28.5420.196.13-
YUV119.991.94185.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.76%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 56 (22.27% from 255) = 16.09%
R=57.76%
G=26.15%
B=16.09%

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
Decimal201915600.550.720.2114.4857.3150.39
HexC95B380374815e3932
Octal3111337006711025167162
Binary11001001101101111100001101111001000101011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95B38; }

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

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

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

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

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

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

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

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