#C54952

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

Shades of Mandy #C54952

Tints of Mandy #C54952

Color information

#C54952 (or 0xC54952) is unknown color: approx Mandy. HEX triplet: C5, 49 and 52. RGB value is (197,73,82). Sum of RGB (Red+Green+Blue) = 197+73+82=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C54952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54952 is #3AB6AD. Grayscale: #6F6F6F. Windows color (decimal): -3847854 or 5392837. OLE color: 5392837.

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

Color convert

RGB1977382-
CMYK00.630.580.23
HSL355.65º51.67%52.94%-
HSV(B)355.65º62.94%77.25%-
XYZ26.9317.249.89-
YUV111.1111.58189.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.97%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=55.97%
G=20.74%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197738200.630.580.23355.6551.6752.94
HexC5495203F3A171643435
Octal30511112207772275446465
Binary1100010110010011010010011111111101010111101100100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54952; }

 p { color: rgb(197,73,82); }

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

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

 a { background-color: rgb(197,73,82); }

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

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

 span { border-color: rgb(197,73,82); }

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