Html Css Color HEX #C53F5D Mandy

📋 copy color: '#C53F5D'

red 197 ◦ green 63 ◦ blue 93

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

Shades of Mandy #C53F5D

Tints of Mandy #C53F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.85%

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 55.81%
G = 17.85%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C53F5D (or 0xC53F5D) is known color: Mandy. HEX triplet: C5, 3F and 5D. RGB value is (197,63,93). Sum of RGB (Red+Green+Blue) = 197+63+93=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F5D is #3AC0A2. Grayscale: #6A6A6A. Windows color (decimal): -3850403 or 6111173. OLE color: 6111173.

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

Color convert

RGB 197 63 93 -
CMYK 0 0.68 0.53 0.23
HSL 346.57º 0.54% 0.51% -
HSV(B) 346.57º 0.68% 0.77% -
XYZ 26.78 16.22 12.07 -
YUV 106.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 197 63 93 0 0.68 0.53 0.23 346.57 0.54 0.51
Hex C5 3F 5D 0 44 35 17 15B 36 33
Octal 305 77 135 0 104 65 27 533 66 63
Binary 11000101 111111 1011101 0 1000100 110101 10111 101011011 110110 110011

Color Harmonies of #C53F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F5D

Black with #C53F5D

Text Example


Text Example

White with #C53F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F5D; }

 p { color: rgb(197,63,93); }

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

background-color css

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

 a { background-color: rgb(197,63,93); }

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

border-color css

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

 span { border-color: rgb(197,63,93); }

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