#C85F3F

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

Shades of Ecstasy #C85F3F

Tints of Ecstasy #C85F3F

Color information

#C85F3F (or 0xC85F3F) is unknown color: approx Ecstasy. HEX triplet: C8, 5F and 3F. RGB value is (200,95,63). Sum of RGB (Red+Green+Blue) = 200+95+63=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85F3F is #37A0C0. Grayscale: #7A7A7A. Windows color (decimal): -3645633 or 4153288. OLE color: 4153288.

HSL color Cylindrical-coordinate representation of color #C85F3F: hue angle of 14.01º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C85F3F is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2009563-
CMYK00.520.680.22
HSL14.01º55.47%51.57%-
HSV(B)14.01º68.5%78.43%-
XYZ28.8120.827.2-
YUV122.7594.29183.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.87%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 63 (25% from 255) = 17.60%
R=55.87%
G=26.54%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200956300.520.680.2214.0155.4751.57
HexC85F3F0344416e3734
Octal3101377706410426166764
Binary11001000101111111111101101001000100101101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85F3F; }

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

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

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

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

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

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

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

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