#c96834

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

Shades of Ecstasy #C96834

Tints of Ecstasy #C96834

Color information

#C96834 (or 0xC96834) is unknown color: approx Ecstasy. HEX triplet: C9, 68 and 34. RGB value is (201,104,52). Sum of RGB (Red+Green+Blue) = 201+104+52=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C96834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96834 is #3697CB. Grayscale: #7F7F7F. Windows color (decimal): -3577804 or 3434697. OLE color: 3434697.

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

Color convert

RGB20110452-
CMYK00.480.740.21
HSL20.94º58.89%49.61%-
HSV(B)20.94º74.13%78.82%-
XYZ29.6622.576.04-
YUV127.0785.64180.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.30%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 52 (20.70% from 255) = 14.57%
R=56.30%
G=29.13%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011045200.480.740.2120.9458.8949.61
HexC968340304A15153b32
Octal3111506406011225257362
Binary110010011101000110100011000010010101010110101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c96834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c96834; }

 p { color: rgb(201,104,52); }

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

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

 a { background-color: rgb(201,104,52); }

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

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

 span { border-color: rgb(201,104,52); }

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