#C46340

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

Shades of Ecstasy #C46340

Tints of Ecstasy #C46340

Color information

#C46340 (or 0xC46340) is unknown color: approx Ecstasy. HEX triplet: C4, 63 and 40. RGB value is (196,99,64). Sum of RGB (Red+Green+Blue) = 196+99+64=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C46340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46340 is #3B9CBF. Grayscale: #7C7C7C. Windows color (decimal): -3906752 or 4219844. OLE color: 4219844.

HSL color Cylindrical-coordinate representation of color #C46340: hue angle of 15.91º 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 #C46340 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1969964-
CMYK00.490.670.23
HSL15.91º52.8%50.98%-
HSV(B)15.91º67.35%76.86%-
XYZ28.1521.037.43-
YUV124.0194.14179.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.60%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=54.60%
G=27.58%
B=17.83%

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
Decimal196996400.490.670.2315.9152.850.98
HexC463400314317103533
Octal30414310006110327206563
Binary1100010011000111000000011000110000111011110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46340; }

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

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

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

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

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

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

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

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