#C86235

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

Shades of Ecstasy #C86235

Tints of Ecstasy #C86235

Color information

#C86235 (or 0xC86235) is unknown color: approx Ecstasy. HEX triplet: C8, 62 and 35. RGB value is (200,98,53). Sum of RGB (Red+Green+Blue) = 200+98+53=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C86235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86235 is #379DCA. Grayscale: #7B7B7B. Windows color (decimal): -3644875 or 3498696. OLE color: 3498696.

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

Color convert

RGB2009853-
CMYK00.510.740.22
HSL18.37º58.1%49.61%-
HSV(B)18.37º73.5%78.43%-
XYZ28.8321.275.95-
YUV123.3788.29182.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.98%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 53 (21.09% from 255) = 15.10%
R=56.98%
G=27.92%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200985300.510.740.2218.3758.149.61
HexC862350334A16123a32
Octal3101426506311226227262
Binary110010001100010110101011001110010101011010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86235; }

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

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

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

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

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

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

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

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