#C96241

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

Shades of Ecstasy #C96241

Tints of Ecstasy #C96241

Color information

#C96241 (or 0xC96241) is unknown color: approx Ecstasy. HEX triplet: C9, 62 and 41. RGB value is (201,98,65). Sum of RGB (Red+Green+Blue) = 201+98+65=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C96241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96241 is #369DBE. Grayscale: #7D7D7D. Windows color (decimal): -3579327 or 4285129. OLE color: 4285129.

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

Color convert

RGB2019865-
CMYK00.510.680.21
HSL14.56º55.74%52.16%-
HSV(B)14.56º67.66%78.82%-
XYZ29.4121.537.61-
YUV125.0494.12182.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.22%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 65 (25.78% from 255) = 17.86%
R=55.22%
G=26.92%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201986500.510.680.2114.5655.7452.16
HexC962410334415f3834
Octal31114210106310425177064
Binary110010011100010100000101100111000100101011111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96241; }

 p { color: rgb(201,98,65); }

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

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

 a { background-color: rgb(201,98,65); }

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

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

 span { border-color: rgb(201,98,65); }

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