#C86242

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

Shades of Ecstasy #C86242

Tints of Ecstasy #C86242

Color information

#C86242 (or 0xC86242) is unknown color: approx Ecstasy. HEX triplet: C8, 62 and 42. RGB value is (200,98,66). Sum of RGB (Red+Green+Blue) = 200+98+66=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C86242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86242 is #379DBD. Grayscale: #7D7D7D. Windows color (decimal): -3644862 or 4350664. OLE color: 4350664.

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

Color convert

RGB2009866-
CMYK00.510.670.22
HSL14.33º54.92%52.16%-
HSV(B)14.33º67%78.43%-
XYZ29.1721.417.75-
YUV124.8594.79181.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.95%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=54.95%
G=26.92%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200986600.510.670.2214.3354.9252.16
HexC862420334316e3734
Octal31014210206310326166764
Binary110010001100010100001001100111000011101101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86242; }

 p { color: rgb(200,98,66); }

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

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

 a { background-color: rgb(200,98,66); }

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

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

 span { border-color: rgb(200,98,66); }

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