#C85E34

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

Shades of Ecstasy #C85E34

Tints of Ecstasy #C85E34

Color information

#C85E34 (or 0xC85E34) is unknown color: approx Ecstasy. HEX triplet: C8, 5E and 34. RGB value is (200,94,52). Sum of RGB (Red+Green+Blue) = 200+94+52=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E34 is #37A1CB. Grayscale: #797979. Windows color (decimal): -3645900 or 3432136. OLE color: 3432136.

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

Color convert

RGB2009452-
CMYK00.530.740.22
HSL17.03º58.73%49.41%-
HSV(B)17.03º74%78.43%-
XYZ28.4420.535.71-
YUV120.9189.12184.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.80%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 52 (20.70% from 255) = 15.03%
R=57.80%
G=27.17%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200945200.530.740.2217.0358.7349.41
HexC85E340354A16113b31
Octal3101366406511226217361
Binary110010001011110110100011010110010101011010001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E34; }

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

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

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

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

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

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

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

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