#C86541

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

Shades of Ecstasy #C86541

Tints of Ecstasy #C86541

Color information

#C86541 (or 0xC86541) is unknown color: approx Ecstasy. HEX triplet: C8, 65 and 41. RGB value is (200,101,65). Sum of RGB (Red+Green+Blue) = 200+101+65=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C86541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86541 is #379ABE. Grayscale: #7E7E7E. Windows color (decimal): -3644095 or 4285896. OLE color: 4285896.

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

Color convert

RGB20010165-
CMYK00.490.680.22
HSL16º55.1%51.96%-
HSV(B)16º67.5%78.43%-
XYZ29.4321.977.69-
YUV126.593.3180.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.64%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=54.64%
G=27.60%
B=17.76%

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
Decimal2001016500.490.680.221655.151.96
HexC865410314416103734
Octal31014510106110426206764
Binary1100100011001011000001011000110001001011010000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86541; }

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

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

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

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

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

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

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

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