#C86141

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

Shades of Ecstasy #C86141

Tints of Ecstasy #C86141

Color information

#C86141 (or 0xC86141) is unknown color: approx Ecstasy. HEX triplet: C8, 61 and 41. RGB value is (200,97,65). Sum of RGB (Red+Green+Blue) = 200+97+65=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C86141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86141 is #379EBE. Grayscale: #7C7C7C. Windows color (decimal): -3645119 or 4284872. OLE color: 4284872.

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

Color convert

RGB2009765-
CMYK00.520.680.22
HSL14.22º55.1%51.96%-
HSV(B)14.22º67.5%78.43%-
XYZ29.0521.217.56-
YUV124.1594.62182.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.25%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=55.25%
G=26.80%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200976500.520.680.2214.2255.151.96
HexC861410344416e3734
Octal31014110106410426166764
Binary110010001100001100000101101001000100101101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86141; }

 p { color: rgb(200,97,65); }

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

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

 a { background-color: rgb(200,97,65); }

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

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

 span { border-color: rgb(200,97,65); }

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