#C86535

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

Shades of Ecstasy #C86535

Tints of Ecstasy #C86535

Color information

#C86535 (or 0xC86535) is unknown color: approx Ecstasy. HEX triplet: C8, 65 and 35. RGB value is (200,101,53). Sum of RGB (Red+Green+Blue) = 200+101+53=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C86535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86535 is #379ACA. Grayscale: #7D7D7D. Windows color (decimal): -3644107 or 3499464. OLE color: 3499464.

HSL color Cylindrical-coordinate representation of color #C86535: hue angle of 19.59º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C86535 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20010153-
CMYK00.490.740.22
HSL19.59º58.1%49.61%-
HSV(B)19.59º73.5%78.43%-
XYZ29.1221.846.05-
YUV125.1387.3181.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.50%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 53 (21.09% from 255) = 14.97%
R=56.50%
G=28.53%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001015300.490.740.2219.5958.149.61
HexC865350314A16143a32
Octal3101456506111226247262
Binary110010001100101110101011000110010101011010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86535; }

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

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

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

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

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

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

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

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