Html Css Color HEX #C85E3B Ecstasy

📋 copy color: '#C85E3B'

red 200 ◦ green 94 ◦ blue 59

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

Shades of Ecstasy #C85E3B

Tints of Ecstasy #C85E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.71%

R = 56.66%
G = 26.63%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C85E3B (or 0xC85E3B) is known color: Ecstasy. HEX triplet: C8, 5E and 3B. RGB value is (200,94,59). Sum of RGB (Red+Green+Blue) = 200+94+59=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E3B is #37A1C4. Grayscale: #797979. Windows color (decimal): -3645893 or 3890888. OLE color: 3890888.

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

Color convert

RGB 200 94 59 -
CMYK 0 0.53 0.70 0.22
HSL 14.89º 0.56% 0.51% -
HSV(B) 14.89º 0.71% 0.78% -
XYZ 28.61 20.6 6.61 -
YUV 121.7 92.62 183.85 -
System Red Green Blue C M Y K H S L
Decimal 200 94 59 0 0.53 0.70 0.22 14.89 0.56 0.51
Hex C8 5E 3B 0 35 46 16 F 38 33
Octal 310 136 73 0 65 106 26 17 70 63
Binary 11001000 1011110 111011 0 110101 1000110 10110 1111 111000 110011

Color Harmonies of #C85E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E3B

Black with #C85E3B

Text Example


Text Example

White with #C85E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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