Html Css Color HEX #C55A60 Mandy

📋 copy color: '#C55A60'

red 197 ◦ green 90 ◦ blue 96

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

Shades of Mandy #C55A60

Tints of Mandy #C55A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 51.44%
G = 23.5%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C55A60 (or 0xC55A60) is known color: Mandy. HEX triplet: C5, 5A and 60. RGB value is (197,90,96). Sum of RGB (Red+Green+Blue) = 197+90+96=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A60 is #3AA59F. Grayscale: #7A7A7A. Windows color (decimal): -3843488 or 6314693. OLE color: 6314693.

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

Color convert

RGB 197 90 96 -
CMYK 0 0.54 0.51 0.23
HSL 356.64º 0.48% 0.56% -
HSV(B) 356.64º 0.54% 0.77% -
XYZ 28.79 20.03 13.41 -
YUV 122.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 197 90 96 0 0.54 0.51 0.23 356.64 0.48 0.56
Hex C5 5A 60 0 36 33 17 165 30 38
Octal 305 132 140 0 66 63 27 545 60 70
Binary 11000101 1011010 1100000 0 110110 110011 10111 101100101 110000 111000

Color Harmonies of #C55A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A60

Black with #C55A60

Text Example


Text Example

White with #C55A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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