Html Css Color HEX #C55061 Mandy

📋 copy color: '#C55061'

red 197 ◦ green 80 ◦ blue 97

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

Shades of Mandy #C55061

Tints of Mandy #C55061

RGB

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

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

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

R = 52.67%
G = 21.39%
B = 25.94%

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

#C55061 (or 0xC55061) is known color: Mandy. HEX triplet: C5, 50 and 61. RGB value is (197,80,97). Sum of RGB (Red+Green+Blue) = 197+80+97=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C55061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55061 is #3AAF9E. Grayscale: #747474. Windows color (decimal): -3846047 or 6377669. OLE color: 6377669.

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

Color convert

RGB 197 80 97 -
CMYK 0 0.59 0.51 0.23
HSL 351.28º 0.5% 0.54% -
HSV(B) 351.28º 0.59% 0.77% -
XYZ 28.05 18.47 13.4 -
YUV 116.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 197 80 97 0 0.59 0.51 0.23 351.28 0.5 0.54
Hex C5 50 61 0 3B 33 17 15F 32 36
Octal 305 120 141 0 73 63 27 537 62 66
Binary 11000101 1010000 1100001 0 111011 110011 10111 101011111 110010 110110

Color Harmonies of #C55061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55061

Black with #C55061

Text Example


Text Example

White with #C55061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55061; }

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

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

background-color css

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

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

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

border-color css

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

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

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