Html Css Color HEX #C85556 Mandy

📋 copy color: '#C85556'

red 200 ◦ green 85 ◦ blue 86

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

Shades of Mandy #C85556

Tints of Mandy #C85556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 86 (33.98% from 255) = 23.18%

R = 53.91%
G = 22.91%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C85556 (or 0xC85556) is known color: Mandy. HEX triplet: C8, 55 and 56. RGB value is (200,85,86). Sum of RGB (Red+Green+Blue) = 200+85+86=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85556 is #37AAA9. Grayscale: #777777. Windows color (decimal): -3648170 or 5658056. OLE color: 5658056.

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

Color convert

RGB 200 85 86 -
CMYK 0 0.58 0.57 0.22
HSL 359.48º 0.51% 0.56% -
HSV(B) 359.48º 0.58% 0.78% -
XYZ 28.75 19.45 11.04 -
YUV 119.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 200 85 86 0 0.58 0.57 0.22 359.48 0.51 0.56
Hex C8 55 56 0 3A 39 16 167 33 38
Octal 310 125 126 0 72 71 26 547 63 70
Binary 11001000 1010101 1010110 0 111010 111001 10110 101100111 110011 111000

Color Harmonies of #C85556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85556

Black with #C85556

Text Example


Text Example

White with #C85556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85556; }

 p { color: rgb(200,85,86); }

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

background-color css

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

 a { background-color: rgb(200,85,86); }

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

border-color css

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

 span { border-color: rgb(200,85,86); }

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