#C96138

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

Shades of Ecstasy #C96138

Tints of Ecstasy #C96138

Color information

#C96138 (or 0xC96138) is unknown color: approx Ecstasy. HEX triplet: C9, 61 and 38. RGB value is (201,97,56). Sum of RGB (Red+Green+Blue) = 201+97+56=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C96138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96138 is #369EC7. Grayscale: #7B7B7B. Windows color (decimal): -3579592 or 3695049. OLE color: 3695049.

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

Color convert

RGB2019756-
CMYK00.520.720.21
HSL16.97º57.31%50.39%-
HSV(B)16.97º72.14%78.82%-
XYZ29.0821.256.31-
YUV123.4289.96183.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.78%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 56 (22.27% from 255) = 15.82%
R=56.78%
G=27.40%
B=15.82%

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
Decimal201975600.520.720.2116.9757.3150.39
HexC961380344815113932
Octal3111417006411025217162
Binary110010011100001111000011010010010001010110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96138; }

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

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

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

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

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

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

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

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