#C86734

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

Shades of Ecstasy #C86734

Tints of Ecstasy #C86734

Color information

#C86734 (or 0xC86734) is unknown color: approx Ecstasy. HEX triplet: C8, 67 and 34. RGB value is (200,103,52). Sum of RGB (Red+Green+Blue) = 200+103+52=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C86734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86734 is #3798CB. Grayscale: #7E7E7E. Windows color (decimal): -3643596 or 3434440. OLE color: 3434440.

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

Color convert

RGB20010352-
CMYK00.480.740.22
HSL20.68º58.73%49.41%-
HSV(B)20.68º74%78.43%-
XYZ29.2922.236-
YUV126.1986.14180.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.34%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 52 (20.70% from 255) = 14.65%
R=56.34%
G=29.01%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001035200.480.740.2220.6858.7349.41
HexC867340304A16153b31
Octal3101476406011226257361
Binary110010001100111110100011000010010101011010101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86734; }

 p { color: rgb(200,103,52); }

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

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

 a { background-color: rgb(200,103,52); }

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

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

 span { border-color: rgb(200,103,52); }

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