#C54B4F

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

Shades of Mandy #C54B4F

Tints of Mandy #C54B4F

Color information

#C54B4F (or 0xC54B4F) is unknown color: approx Mandy. HEX triplet: C5, 4B and 4F. RGB value is (197,75,79). Sum of RGB (Red+Green+Blue) = 197+75+79=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B4F is #3AB4B0. Grayscale: #707070. Windows color (decimal): -3847345 or 5196741. OLE color: 5196741.

HSL color Cylindrical-coordinate representation of color #C54B4F: hue angle of 358.03º 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 #C54B4F is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1977579-
CMYK00.620.600.23
HSL358.03º51.26%53.33%-
HSV(B)358.03º61.93%77.25%-
XYZ26.9517.479.35-
YUV111.93109.42188.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.13%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=56.13%
G=21.37%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197757900.620.600.23358.0351.2653.33
HexC54B4F03E3C171663335
Octal30511311707674275466365
Binary1100010110010111001111011111011110010111101100110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54B4F; }

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

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

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

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

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

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

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

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