Html Css Color HEX #C55060 Mandy

📋 copy color: '#C55060'

red 197 ◦ green 80 ◦ blue 96

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

Shades of Mandy #C55060

Tints of Mandy #C55060

RGB

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

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

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

R = 52.82%
G = 21.45%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C55060 (or 0xC55060) is known color: Mandy. HEX triplet: C5, 50 and 60. RGB value is (197,80,96). Sum of RGB (Red+Green+Blue) = 197+80+96=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C55060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55060 is #3AAF9F. Grayscale: #747474. Windows color (decimal): -3846048 or 6312133. OLE color: 6312133.

HSL color Cylindrical-coordinate representation of color #C55060: hue angle of 351.79º 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 #C55060 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 96 -
CMYK 0 0.59 0.51 0.23
HSL 351.79º 0.5% 0.54% -
HSV(B) 351.79º 0.59% 0.77% -
XYZ 28.01 18.45 13.15 -
YUV 116.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 197 80 96 0 0.59 0.51 0.23 351.79 0.5 0.54
Hex C5 50 60 0 3B 33 17 160 32 36
Octal 305 120 140 0 73 63 27 540 62 66
Binary 11000101 1010000 1100000 0 111011 110011 10111 101100000 110010 110110

Color Harmonies of #C55060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55060

Black with #C55060

Text Example


Text Example

White with #C55060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55060; }

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

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

background-color css

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

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

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

border-color css

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

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

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