#C96039

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

Shades of Ecstasy #C96039

Tints of Ecstasy #C96039

Color information

#C96039 (or 0xC96039) is unknown color: approx Ecstasy. HEX triplet: C9, 60 and 39. RGB value is (201,96,57). Sum of RGB (Red+Green+Blue) = 201+96+57=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C96039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96039 is #369FC6. Grayscale: #7B7B7B. Windows color (decimal): -3579847 or 3760329. OLE color: 3760329.

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

Color convert

RGB2019657-
CMYK00.520.720.21
HSL16.25º57.14%50.59%-
HSV(B)16.25º71.64%78.82%-
XYZ29.0121.086.41-
YUV122.9590.79183.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.78%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 57 (22.66% from 255) = 16.10%
R=56.78%
G=27.12%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201965700.520.720.2116.2557.1450.59
HexC960390344815103933
Octal3111407106411025207163
Binary110010011100000111001011010010010001010110000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96039; }

 p { color: rgb(201,96,57); }

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

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

 a { background-color: rgb(201,96,57); }

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

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

 span { border-color: rgb(201,96,57); }

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