#C85F34

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

Shades of Ecstasy #C85F34

Tints of Ecstasy #C85F34

Color information

#C85F34 (or 0xC85F34) is unknown color: approx Ecstasy. HEX triplet: C8, 5F and 34. RGB value is (200,95,52). Sum of RGB (Red+Green+Blue) = 200+95+52=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85F34 is #37A0CB. Grayscale: #797979. Windows color (decimal): -3645644 or 3432392. OLE color: 3432392.

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

Color convert

RGB2009552-
CMYK00.520.740.22
HSL17.43º58.73%49.41%-
HSV(B)17.43º74%78.43%-
XYZ28.5320.715.74-
YUV121.4988.79184-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.64%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=57.64%
G=27.38%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200955200.520.740.2217.4358.7349.41
HexC85F340344A16113b31
Octal3101376406411226217361
Binary110010001011111110100011010010010101011010001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85F34; }

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

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

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

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

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

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

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

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