#C95C3D

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

Shades of Ecstasy #C95C3D

Tints of Ecstasy #C95C3D

Color information

#C95C3D (or 0xC95C3D) is unknown color: approx Ecstasy. HEX triplet: C9, 5C and 3D. RGB value is (201,92,61). Sum of RGB (Red+Green+Blue) = 201+92+61=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C3D is #36A3C2. Grayscale: #797979. Windows color (decimal): -3580867 or 4021449. OLE color: 4021449.

HSL color Cylindrical-coordinate representation of color #C95C3D: hue angle of 13.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C95C3D is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2019261-
CMYK00.540.700.21
HSL13.29º56.45%51.37%-
HSV(B)13.29º69.65%78.82%-
XYZ28.7620.416.84-
YUV121.0694.11185.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.78%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 61 (24.22% from 255) = 17.23%
R=56.78%
G=25.99%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201926100.540.700.2113.2956.4551.37
HexC95C3D0364615d3833
Octal3111347506610625157063
Binary11001001101110011110101101101000110101011101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C3D; }

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

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

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

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

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

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

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

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