Html Css Color HEX #C85935 Ecstasy

📋 copy color: '#C85935'

red 200 ◦ green 89 ◦ blue 53

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

Shades of Ecstasy #C85935

Tints of Ecstasy #C85935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.02%

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 58.48%
G = 26.02%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C85935 (or 0xC85935) is known color: Ecstasy. HEX triplet: C8, 59 and 35. RGB value is (200,89,53). Sum of RGB (Red+Green+Blue) = 200+89+53=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C85935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85935 is #37A6CA. Grayscale: #767676. Windows color (decimal): -3647179 or 3496392. OLE color: 3496392.

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

Color convert

RGB 200 89 53 -
CMYK 0 0.56 0.74 0.22
HSL 14.69º 0.58% 0.5% -
HSV(B) 14.69º 0.74% 0.78% -
XYZ 28.03 19.68 5.69 -
YUV 118.09 91.27 186.43 -
System Red Green Blue C M Y K H S L
Decimal 200 89 53 0 0.56 0.74 0.22 14.69 0.58 0.5
Hex C8 59 35 0 38 4A 16 F 3A 32
Octal 310 131 65 0 70 112 26 17 72 62
Binary 11001000 1011001 110101 0 111000 1001010 10110 1111 111010 110010

Color Harmonies of #C85935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85935

Black with #C85935

Text Example


Text Example

White with #C85935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85935; }

 p { color: rgb(200,89,53); }

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

background-color css

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

 a { background-color: rgb(200,89,53); }

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

border-color css

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

 span { border-color: rgb(200,89,53); }

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