#C54B5D

Color #C54B5D Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C54B5D

Tints of Mandy #C54B5D

Color information

#C54B5D (or 0xC54B5D) is unknown color: approx Mandy. HEX triplet: C5, 4B and 5D. RGB value is (197,75,93). Sum of RGB (Red+Green+Blue) = 197+75+93=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B5D is #3AB4A2. Grayscale: #717171. Windows color (decimal): -3847331 or 6114245. OLE color: 6114245.

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

Color convert

RGB1977593-
CMYK00.620.530.23
HSL351.15º51.26%53.33%-
HSV(B)351.15º61.93%77.25%-
XYZ27.5217.6912.32-
YUV113.53116.42187.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.97%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=53.97%
G=20.55%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197759300.620.530.23351.1551.2653.33
HexC54B5D03E351715f3335
Octal30511313507665275376365
Binary1100010110010111011101011111011010110111101011111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54B5D; }

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

 H1.HeaderClassName
 {
   color: #C54B5D;
 }
 .AnyTagClassName
 {
   color: #C54B5D;
 }
</style>
background-color css

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

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

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

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

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

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