Html Css Color HEX #C85D38 Ecstasy

📋 copy color: '#C85D38'

red 200 ◦ green 93 ◦ blue 56

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

Shades of Ecstasy #C85D38

Tints of Ecstasy #C85D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.65%

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

R = 57.31%
G = 26.65%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C85D38 (or 0xC85D38) is known color: Ecstasy. HEX triplet: C8, 5D and 38. RGB value is (200,93,56). Sum of RGB (Red+Green+Blue) = 200+93+56=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D38 is #37A2C7. Grayscale: #797979. Windows color (decimal): -3646152 or 3694024. OLE color: 3694024.

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

Color convert

RGB 200 93 56 -
CMYK 0 0.54 0.72 0.22
HSL 15.42º 0.57% 0.5% -
HSV(B) 15.42º 0.72% 0.78% -
XYZ 28.45 20.39 6.18 -
YUV 120.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 200 93 56 0 0.54 0.72 0.22 15.42 0.57 0.5
Hex C8 5D 38 0 36 48 16 F 39 32
Octal 310 135 70 0 66 110 26 17 71 62
Binary 11001000 1011101 111000 0 110110 1001000 10110 1111 111001 110010

Color Harmonies of #C85D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D38

Black with #C85D38

Text Example


Text Example

White with #C85D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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