#C85E3A

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

Shades of Ecstasy #C85E3A

Tints of Ecstasy #C85E3A

Color information

#C85E3A (or 0xC85E3A) is unknown color: approx Ecstasy. HEX triplet: C8, 5E and 3A. RGB value is (200,94,58). Sum of RGB (Red+Green+Blue) = 200+94+58=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E3A is #37A1C5. Grayscale: #797979. Windows color (decimal): -3645894 or 3825352. OLE color: 3825352.

HSL color Cylindrical-coordinate representation of color #C85E3A: hue angle of 15.21º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C85E3A is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB2009458-
CMYK00.530.710.22
HSL15.21º56.35%50.59%-
HSV(B)15.21º71%78.43%-
XYZ28.5920.596.47-
YUV121.5992.12183.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.82%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 58 (23.05% from 255) = 16.48%
R=56.82%
G=26.70%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200945800.530.710.2215.2156.3550.59
HexC85E3A0354716f3833
Octal3101367206510726177063
Binary11001000101111011101001101011000111101101111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E3A; }

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

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

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

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

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

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

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

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