Html Css Color HEX #C85A37 Ecstasy

📋 copy color: '#C85A37'

red 200 ◦ green 90 ◦ blue 55

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

Shades of Ecstasy #C85A37

Tints of Ecstasy #C85A37

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

 BLUE value IS 55 (21.88% from 255) = 15.94%

R = 57.97%
G = 26.09%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C85A37 (or 0xC85A37) is known color: Ecstasy. HEX triplet: C8, 5A and 37. RGB value is (200,90,55). Sum of RGB (Red+Green+Blue) = 200+90+55=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A37 is #37A5C8. Grayscale: #777777. Windows color (decimal): -3646921 or 3627720. OLE color: 3627720.

HSL color Cylindrical-coordinate representation of color #C85A37: hue angle of 14.48º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C85A37 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 55 -
CMYK 0 0.55 0.72 0.22
HSL 14.48º 0.57% 0.5% -
HSV(B) 14.48º 0.73% 0.78% -
XYZ 28.17 19.87 5.96 -
YUV 118.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 200 90 55 0 0.55 0.72 0.22 14.48 0.57 0.5
Hex C8 5A 37 0 37 48 16 E 39 32
Octal 310 132 67 0 67 110 26 16 71 62
Binary 11001000 1011010 110111 0 110111 1001000 10110 1110 111001 110010

Color Harmonies of #C85A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A37

Black with #C85A37

Text Example


Text Example

White with #C85A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A37; }

 p { color: rgb(200,90,55); }

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

background-color css

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

 a { background-color: rgb(200,90,55); }

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

border-color css

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

 span { border-color: rgb(200,90,55); }

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