#C95F35

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

Shades of Ecstasy #C95F35

Tints of Ecstasy #C95F35

Color information

#C95F35 (or 0xC95F35) is unknown color: approx Ecstasy. HEX triplet: C9, 5F and 35. RGB value is (201,95,53). Sum of RGB (Red+Green+Blue) = 201+95+53=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F35 is #36A0CA. Grayscale: #7A7A7A. Windows color (decimal): -3580107 or 3497929. OLE color: 3497929.

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

Color convert

RGB2019553-
CMYK00.530.740.21
HSL17.03º58.27%49.8%-
HSV(B)17.03º73.63%78.82%-
XYZ28.8220.865.88-
YUV121.9189.12184.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.59%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 53 (21.09% from 255) = 15.19%
R=57.59%
G=27.22%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201955300.530.740.2117.0358.2749.8
HexC95F350354A15113a32
Octal3111376506511225217262
Binary110010011011111110101011010110010101010110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95F35; }

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

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

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

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

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

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

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

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