#C86540

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

Shades of Ecstasy #C86540

Tints of Ecstasy #C86540

Color information

#C86540 (or 0xC86540) is unknown color: approx Ecstasy. HEX triplet: C8, 65 and 40. RGB value is (200,101,64). Sum of RGB (Red+Green+Blue) = 200+101+64=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C86540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86540 is #379ABF. Grayscale: #7E7E7E. Windows color (decimal): -3644096 or 4220360. OLE color: 4220360.

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

Color convert

RGB20010164-
CMYK00.490.680.22
HSL16.32º55.28%51.76%-
HSV(B)16.32º68%78.43%-
XYZ29.421.967.54-
YUV126.3892.8180.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.79%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=54.79%
G=27.67%
B=17.53%

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
Decimal2001016400.490.680.2216.3255.2851.76
HexC865400314416103734
Octal31014510006110426206764
Binary1100100011001011000000011000110001001011010000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86540; }

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

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

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

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

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

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

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

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