Html Css Color HEX #C55160 Mandy

📋 copy color: '#C55160'

red 197 ◦ green 81 ◦ blue 96

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

Shades of Mandy #C55160

Tints of Mandy #C55160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

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

R = 52.67%
G = 21.66%
B = 25.67%

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

#C55160 (or 0xC55160) is known color: Mandy. HEX triplet: C5, 51 and 60. RGB value is (197,81,96). Sum of RGB (Red+Green+Blue) = 197+81+96=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C55160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55160 is #3AAE9F. Grayscale: #757575. Windows color (decimal): -3845792 or 6312389. OLE color: 6312389.

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

Color convert

RGB 197 81 96 -
CMYK 0 0.59 0.51 0.23
HSL 352.24º 0.5% 0.55% -
HSV(B) 352.24º 0.59% 0.77% -
XYZ 28.08 18.6 13.18 -
YUV 117.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 197 81 96 0 0.59 0.51 0.23 352.24 0.5 0.55
Hex C5 51 60 0 3B 33 17 160 32 37
Octal 305 121 140 0 73 63 27 540 62 67
Binary 11000101 1010001 1100000 0 111011 110011 10111 101100000 110010 110111

Color Harmonies of #C55160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55160

Black with #C55160

Text Example


Text Example

White with #C55160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55160; }

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

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

background-color css

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

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

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

border-color css

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

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

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