Html Css Color HEX #C55161 Mandy

📋 copy color: '#C55161'

red 197 ◦ green 81 ◦ blue 97

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

Shades of Mandy #C55161

Tints of Mandy #C55161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.87%

R = 52.53%
G = 21.6%
B = 25.87%

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

#C55161 (or 0xC55161) is known color: Mandy. HEX triplet: C5, 51 and 61. RGB value is (197,81,97). Sum of RGB (Red+Green+Blue) = 197+81+97=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C55161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55161 is #3AAE9E. Grayscale: #757575. Windows color (decimal): -3845791 or 6377925. OLE color: 6377925.

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

Color convert

RGB 197 81 97 -
CMYK 0 0.59 0.51 0.23
HSL 351.72º 0.5% 0.55% -
HSV(B) 351.72º 0.59% 0.77% -
XYZ 28.13 18.62 13.42 -
YUV 117.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 197 81 97 0 0.59 0.51 0.23 351.72 0.5 0.55
Hex C5 51 61 0 3B 33 17 160 32 37
Octal 305 121 141 0 73 63 27 540 62 67
Binary 11000101 1010001 1100001 0 111011 110011 10111 101100000 110010 110111

Color Harmonies of #C55161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55161

Black with #C55161

Text Example


Text Example

White with #C55161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55161; }

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

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

background-color css

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

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

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

border-color css

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

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

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