#C96438

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

Shades of Ecstasy #C96438

Tints of Ecstasy #C96438

Color information

#C96438 (or 0xC96438) is unknown color: approx Ecstasy. HEX triplet: C9, 64 and 38. RGB value is (201,100,56). Sum of RGB (Red+Green+Blue) = 201+100+56=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C96438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96438 is #369BC7. Grayscale: #7D7D7D. Windows color (decimal): -3578824 or 3695817. OLE color: 3695817.

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

Color convert

RGB20110056-
CMYK00.500.720.21
HSL18.21º57.31%50.39%-
HSV(B)18.21º72.14%78.82%-
XYZ29.3621.826.41-
YUV125.1888.96182.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.30%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=56.30%
G=28.01%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011005600.500.720.2118.2157.3150.39
HexC964380324815123932
Octal3111447006211025227162
Binary110010011100100111000011001010010001010110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96438; }

 p { color: rgb(201,100,56); }

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

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

 a { background-color: rgb(201,100,56); }

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

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

 span { border-color: rgb(201,100,56); }

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