Html Css Color HEX #C85F2E Ecstasy

📋 copy color: '#C85F2E'

red 200 ◦ green 95 ◦ blue 46

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

Shades of Ecstasy #C85F2E

Tints of Ecstasy #C85F2E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 46 (18.36% from 255) = 13.49%

R = 58.65%
G = 27.86%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C85F2E (or 0xC85F2E) is known color: Ecstasy. HEX triplet: C8, 5F and 2E. RGB value is (200,95,46). Sum of RGB (Red+Green+Blue) = 200+95+46=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85F2E is #37A0D1. Grayscale: #797979. Windows color (decimal): -3645650 or 3039176. OLE color: 3039176.

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

Color convert

RGB 200 95 46 -
CMYK 0 0.52 0.77 0.22
HSL 19.09º 0.63% 0.48% -
HSV(B) 19.09º 0.77% 0.78% -
XYZ 28.4 20.66 5.08 -
YUV 120.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 200 95 46 0 0.52 0.77 0.22 19.09 0.63 0.48
Hex C8 5F 2E 0 34 4D 16 13 3F 30
Octal 310 137 56 0 64 115 26 23 77 60
Binary 11001000 1011111 101110 0 110100 1001101 10110 10011 111111 110000

Color Harmonies of #C85F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F2E

Black with #C85F2E

Text Example


Text Example

White with #C85F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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