Html Css Color HEX #C85C36 Ecstasy

📋 copy color: '#C85C36'

red 200 ◦ green 92 ◦ blue 54

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

Shades of Ecstasy #C85C36

Tints of Ecstasy #C85C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

 BLUE value IS 54 (21.48% from 255) = 15.61%

R = 57.8%
G = 26.59%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C85C36 (or 0xC85C36) is known color: Ecstasy. HEX triplet: C8, 5C and 36. RGB value is (200,92,54). Sum of RGB (Red+Green+Blue) = 200+92+54=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C36 is #37A3C9. Grayscale: #787878. Windows color (decimal): -3646410 or 3562696. OLE color: 3562696.

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

Color convert

RGB 200 92 54 -
CMYK 0 0.54 0.73 0.22
HSL 15.62º 0.57% 0.5% -
HSV(B) 15.62º 0.73% 0.78% -
XYZ 28.31 20.2 5.9 -
YUV 119.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 200 92 54 0 0.54 0.73 0.22 15.62 0.57 0.5
Hex C8 5C 36 0 36 49 16 10 39 32
Octal 310 134 66 0 66 111 26 20 71 62
Binary 11001000 1011100 110110 0 110110 1001001 10110 10000 111001 110010

Color Harmonies of #C85C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C36

Black with #C85C36

Text Example


Text Example

White with #C85C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C36; }

 p { color: rgb(200,92,54); }

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

background-color css

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

 a { background-color: rgb(200,92,54); }

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

border-color css

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

 span { border-color: rgb(200,92,54); }

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