#C95C35

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

Shades of Ecstasy #C95C35

Tints of Ecstasy #C95C35

Color information

#C95C35 (or 0xC95C35) is unknown color: approx Ecstasy. HEX triplet: C9, 5C and 35. RGB value is (201,92,53). Sum of RGB (Red+Green+Blue) = 201+92+53=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C35 is #36A3CA. Grayscale: #787878. Windows color (decimal): -3580875 or 3497161. OLE color: 3497161.

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

Color convert

RGB2019253-
CMYK00.540.740.21
HSL15.81º58.27%49.8%-
HSV(B)15.81º73.63%78.82%-
XYZ28.5620.335.79-
YUV120.1490.11185.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.09%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 53 (21.09% from 255) = 15.32%
R=58.09%
G=26.59%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201925300.540.740.2115.8158.2749.8
HexC95C350364A15103a32
Octal3111346506611225207262
Binary110010011011100110101011011010010101010110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C35; }

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

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

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

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

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

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

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

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