Html Css Color HEX #C55056 Mandy

📋 copy color: '#C55056'

red 197 ◦ green 80 ◦ blue 86

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

Shades of Mandy #C55056

Tints of Mandy #C55056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

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

R = 54.27%
G = 22.04%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C55056 (or 0xC55056) is known color: Mandy. HEX triplet: C5, 50 and 56. RGB value is (197,80,86). Sum of RGB (Red+Green+Blue) = 197+80+86=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C55056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55056 is #3AAFA9. Grayscale: #737373. Windows color (decimal): -3846058 or 5656773. OLE color: 5656773.

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

Color convert

RGB 197 80 86 -
CMYK 0 0.59 0.56 0.23
HSL 356.92º 0.5% 0.54% -
HSV(B) 356.92º 0.59% 0.77% -
XYZ 27.57 18.28 10.88 -
YUV 115.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 197 80 86 0 0.59 0.56 0.23 356.92 0.5 0.54
Hex C5 50 56 0 3B 38 17 165 32 36
Octal 305 120 126 0 73 70 27 545 62 66
Binary 11000101 1010000 1010110 0 111011 111000 10111 101100101 110010 110110

Color Harmonies of #C55056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55056

Black with #C55056

Text Example


Text Example

White with #C55056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55056; }

 p { color: rgb(197,80,86); }

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

background-color css

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

 a { background-color: rgb(197,80,86); }

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

border-color css

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

 span { border-color: rgb(197,80,86); }

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