#C66240

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

Shades of Ecstasy #C66240

Tints of Ecstasy #C66240

Color information

#C66240 (or 0xC66240) is unknown color: approx Ecstasy. HEX triplet: C6, 62 and 40. RGB value is (198,98,64). Sum of RGB (Red+Green+Blue) = 198+98+64=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C66240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66240 is #399DBF. Grayscale: #7C7C7C. Windows color (decimal): -3775936 or 4219590. OLE color: 4219590.

HSL color Cylindrical-coordinate representation of color #C66240: hue angle of 15.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C66240 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1989864-
CMYK00.510.680.22
HSL15.22º54.03%51.37%-
HSV(B)15.22º67.68%77.65%-
XYZ28.5821.117.42-
YUV124.0294.13180.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=55%
G=27.22%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198986400.510.680.2215.2254.0351.37
HexC662400334416f3633
Octal30614210006310426176663
Binary110001101100010100000001100111000100101101111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66240; }

 p { color: rgb(198,98,64); }

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

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

 a { background-color: rgb(198,98,64); }

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

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

 span { border-color: rgb(198,98,64); }

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