#C54352

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

Shades of Mandy #C54352

Tints of Mandy #C54352

Color information

#C54352 (or 0xC54352) is unknown color: approx Mandy. HEX triplet: C5, 43 and 52. RGB value is (197,67,82). Sum of RGB (Red+Green+Blue) = 197+67+82=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C54352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54352 is #3ABCAD. Grayscale: #6B6B6B. Windows color (decimal): -3849390 or 5391301. OLE color: 5391301.

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

Color convert

RGB1976782-
CMYK00.660.580.23
HSL353.08º52.85%51.76%-
HSV(B)353.08º65.99%77.25%-
XYZ26.5616.499.77-
YUV107.58113.57191.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 67 (26.56% from 255) = 19.36%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=56.94%
G=19.36%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197678200.660.580.23353.0852.8551.76
HexC543520423A171613534
Octal305103122010272275416564
Binary11000101100001110100100100001011101010111101100001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54352; }

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

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

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

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

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

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

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

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