Html Css Color HEX #C54D5E Mandy

📋 copy color: '#C54D5E'

red 197 ◦ green 77 ◦ blue 94

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

Shades of Mandy #C54D5E

Tints of Mandy #C54D5E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 53.53%
G = 20.92%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C54D5E (or 0xC54D5E) is known color: Mandy. HEX triplet: C5, 4D and 5E. RGB value is (197,77,94). Sum of RGB (Red+Green+Blue) = 197+77+94=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54D5E is #3AB2A1. Grayscale: #727272. Windows color (decimal): -3846818 or 6180293. OLE color: 6180293.

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

Color convert

RGB 197 77 94 -
CMYK 0 0.61 0.52 0.23
HSL 351.5º 0.51% 0.54% -
HSV(B) 351.5º 0.61% 0.77% -
XYZ 27.7 17.99 12.6 -
YUV 114.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 197 77 94 0 0.61 0.52 0.23 351.5 0.51 0.54
Hex C5 4D 5E 0 3D 34 17 160 33 36
Octal 305 115 136 0 75 64 27 540 63 66
Binary 11000101 1001101 1011110 0 111101 110100 10111 101100000 110011 110110

Color Harmonies of #C54D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54D5E

Black with #C54D5E

Text Example


Text Example

White with #C54D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54D5E; }

 p { color: rgb(197,77,94); }

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

background-color css

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

 a { background-color: rgb(197,77,94); }

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

border-color css

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

 span { border-color: rgb(197,77,94); }

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