#C46440

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

Shades of Ecstasy #C46440

Tints of Ecstasy #C46440

Color information

#C46440 (or 0xC46440) is unknown color: approx Ecstasy. HEX triplet: C4, 64 and 40. RGB value is (196,100,64). Sum of RGB (Red+Green+Blue) = 196+100+64=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C46440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46440 is #3B9BBF. Grayscale: #7C7C7C. Windows color (decimal): -3906496 or 4220100. OLE color: 4220100.

HSL color Cylindrical-coordinate representation of color #C46440: hue angle of 16.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C46440 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB19610064-
CMYK00.490.670.23
HSL16.36º52.8%50.98%-
HSV(B)16.36º67.35%76.86%-
XYZ28.2521.227.46-
YUV124.693.8178.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.44%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=54.44%
G=27.78%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961006400.490.670.2316.3652.850.98
HexC464400314317103533
Octal30414410006110327206563
Binary1100010011001001000000011000110000111011110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46440; }

 p { color: rgb(196,100,64); }

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

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

 a { background-color: rgb(196,100,64); }

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

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

 span { border-color: rgb(196,100,64); }

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