#C95C33

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

Shades of Ecstasy #C95C33

Tints of Ecstasy #C95C33

Color information

#C95C33 (or 0xC95C33) is unknown color: approx Ecstasy. HEX triplet: C9, 5C and 33. RGB value is (201,92,51). Sum of RGB (Red+Green+Blue) = 201+92+51=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C33 is #36A3CC. Grayscale: #787878. Windows color (decimal): -3580877 or 3366089. OLE color: 3366089.

HSL color Cylindrical-coordinate representation of color #C95C33: hue angle of 16.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C95C33 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2019251-
CMYK00.540.750.21
HSL16.4º59.52%49.41%-
HSV(B)16.4º74.63%78.82%-
XYZ28.5120.315.55-
YUV119.9289.11185.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.43%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 51 (20.31% from 255) = 14.83%
R=58.43%
G=26.74%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201925100.540.750.2116.459.5249.41
HexC95C330364B15103c31
Octal3111346306611325207461
Binary110010011011100110011011011010010111010110000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C33; }

 p { color: rgb(201,92,51); }

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

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

 a { background-color: rgb(201,92,51); }

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

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

 span { border-color: rgb(201,92,51); }

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