#C96A3F

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

Shades of Ecstasy #C96A3F

Tints of Ecstasy #C96A3F

Color information

#C96A3F (or 0xC96A3F) is unknown color: approx Ecstasy. HEX triplet: C9, 6A and 3F. RGB value is (201,106,63). Sum of RGB (Red+Green+Blue) = 201+106+63=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A3F is #3695C0. Grayscale: #818181. Windows color (decimal): -3577281 or 4156105. OLE color: 4156105.

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

Color convert

RGB20110663-
CMYK00.470.690.21
HSL18.7º56.1%51.76%-
HSV(B)18.7º68.66%78.82%-
XYZ30.1423.087.57-
YUV129.590.47179-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.32%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 63 (25% from 255) = 17.03%
R=54.32%
G=28.65%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011066300.470.690.2118.756.151.76
HexC96A3F02F4515133834
Octal3111527705710525237064
Binary110010011101010111111010111110001011010110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A3F; }

 p { color: rgb(201,106,63); }

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

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

 a { background-color: rgb(201,106,63); }

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

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

 span { border-color: rgb(201,106,63); }

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