#C66440

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

Shades of Ecstasy #C66440

Tints of Ecstasy #C66440

Color information

#C66440 (or 0xC66440) is unknown color: approx Ecstasy. HEX triplet: C6, 64 and 40. RGB value is (198,100,64). Sum of RGB (Red+Green+Blue) = 198+100+64=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C66440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66440 is #399BBF. Grayscale: #7D7D7D. Windows color (decimal): -3775424 or 4220102. OLE color: 4220102.

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

Color convert

RGB19810064-
CMYK00.490.680.22
HSL16.12º54.03%51.37%-
HSV(B)16.12º67.68%77.65%-
XYZ28.7721.497.48-
YUV125.293.47179.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.70%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=54.70%
G=27.62%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981006400.490.680.2216.1254.0351.37
HexC664400314416103633
Octal30614410006110426206663
Binary1100011011001001000000011000110001001011010000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66440; }

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

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

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

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

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

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

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

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