#C85C3E

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

Shades of Ecstasy #C85C3E

Tints of Ecstasy #C85C3E

Color information

#C85C3E (or 0xC85C3E) is unknown color: approx Ecstasy. HEX triplet: C8, 5C and 3E. RGB value is (200,92,62). Sum of RGB (Red+Green+Blue) = 200+92+62=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C3E is #37A3C1. Grayscale: #797979. Windows color (decimal): -3646402 or 4086984. OLE color: 4086984.

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

Color convert

RGB2009262-
CMYK00.540.690.22
HSL13.04º55.65%51.37%-
HSV(B)13.04º69%78.43%-
XYZ28.5220.286.97-
YUV120.8794.78184.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.50%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 62 (24.61% from 255) = 17.51%
R=56.50%
G=25.99%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200926200.540.690.2213.0455.6551.37
HexC85C3E0364516d3833
Octal3101347606610526157063
Binary11001000101110011111001101101000101101101101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85C3E; }

 p { color: rgb(200,92,62); }

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

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

 a { background-color: rgb(200,92,62); }

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

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

 span { border-color: rgb(200,92,62); }

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