Html Css Color HEX #C85E3F Ecstasy

📋 copy color: '#C85E3F'

red 200 ◦ green 94 ◦ blue 63

#C85E3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecstasy #C85E3F

Tints of Ecstasy #C85E3F

RGB

 RED value IS 200 (78.52% from 255) = 56.02%

 GREEN value IS 94 (37.11% from 255) = 26.33%

 BLUE value IS 63 (25% from 255) = 17.65%

R = 56.02%
G = 26.33%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C85E3F (or 0xC85E3F) is known color: Ecstasy. HEX triplet: C8, 5E and 3F. RGB value is (200,94,63). Sum of RGB (Red+Green+Blue) = 200+94+63=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E3F is #37A1C0. Grayscale: #7A7A7A. Windows color (decimal): -3645889 or 4153032. OLE color: 4153032.

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

Color convert

RGB 200 94 63 -
CMYK 0 0.53 0.68 0.22
HSL 13.58º 0.55% 0.52% -
HSV(B) 13.58º 0.69% 0.78% -
XYZ 28.72 20.64 7.17 -
YUV 122.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 200 94 63 0 0.53 0.68 0.22 13.58 0.55 0.52
Hex C8 5E 3F 0 35 44 16 E 37 34
Octal 310 136 77 0 65 104 26 16 67 64
Binary 11001000 1011110 111111 0 110101 1000100 10110 1110 110111 110100

Color Harmonies of #C85E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E3F

Black with #C85E3F

Text Example


Text Example

White with #C85E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E3F; }

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

 H1.HeaderClassName
 {
   color: #C85E3F;
 }
 .AnyTagClassName
 {
   color: #C85E3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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