Html Css Color HEX #C85A38 Ecstasy

📋 copy color: '#C85A38'

red 200 ◦ green 90 ◦ blue 56

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

Shades of Ecstasy #C85A38

Tints of Ecstasy #C85A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.18%

R = 57.8%
G = 26.01%
B = 16.18%

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

#C85A38 (or 0xC85A38) is known color: Ecstasy. HEX triplet: C8, 5A and 38. RGB value is (200,90,56). Sum of RGB (Red+Green+Blue) = 200+90+56=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A38 is #37A5C7. Grayscale: #777777. Windows color (decimal): -3646920 or 3693256. OLE color: 3693256.

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

Color convert

RGB 200 90 56 -
CMYK 0 0.55 0.72 0.22
HSL 14.17º 0.57% 0.5% -
HSV(B) 14.17º 0.72% 0.78% -
XYZ 28.19 19.88 6.09 -
YUV 119.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 200 90 56 0 0.55 0.72 0.22 14.17 0.57 0.5
Hex C8 5A 38 0 37 48 16 E 39 32
Octal 310 132 70 0 67 110 26 16 71 62
Binary 11001000 1011010 111000 0 110111 1001000 10110 1110 111001 110010

Color Harmonies of #C85A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A38

Black with #C85A38

Text Example


Text Example

White with #C85A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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