Html Css Color HEX #C55860 Mandy

📋 copy color: '#C55860'

red 197 ◦ green 88 ◦ blue 96

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

Shades of Mandy #C55860

Tints of Mandy #C55860

RGB

 RED value IS 197 (77.34% from 255) = 51.71%

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 51.71%
G = 23.1%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C55860 (or 0xC55860) is known color: Mandy. HEX triplet: C5, 58 and 60. RGB value is (197,88,96). Sum of RGB (Red+Green+Blue) = 197+88+96=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C55860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55860 is #3AA79F. Grayscale: #797979. Windows color (decimal): -3844000 or 6314181. OLE color: 6314181.

HSL color Cylindrical-coordinate representation of color #C55860: hue angle of 355.6º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55860 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 88 96 -
CMYK 0 0.55 0.51 0.23
HSL 355.6º 0.48% 0.56% -
HSV(B) 355.6º 0.55% 0.77% -
XYZ 28.63 19.69 13.36 -
YUV 121.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 197 88 96 0 0.55 0.51 0.23 355.6 0.48 0.56
Hex C5 58 60 0 37 33 17 164 30 38
Octal 305 130 140 0 67 63 27 544 60 70
Binary 11000101 1011000 1100000 0 110111 110011 10111 101100100 110000 111000

Color Harmonies of #C55860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55860

Black with #C55860

Text Example


Text Example

White with #C55860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55860; }

 p { color: rgb(197,88,96); }

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

background-color css

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

 a { background-color: rgb(197,88,96); }

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

border-color css

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

 span { border-color: rgb(197,88,96); }

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