#C94F51

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

Shades of Mandy #C94F51

Tints of Mandy #C94F51

Color information

#C94F51 (or 0xC94F51) is unknown color: approx Mandy. HEX triplet: C9, 4F and 51. RGB value is (201,79,81). Sum of RGB (Red+Green+Blue) = 201+79+81=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94F51 is #36B0AE. Grayscale: #737373. Windows color (decimal): -3584175 or 5328841. OLE color: 5328841.

HSL color Cylindrical-coordinate representation of color #C94F51: hue angle of 359.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94F51 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2017981-
CMYK00.610.600.21
HSL359.02º53.04%54.9%-
HSV(B)359.02º60.7%78.82%-
XYZ28.3718.69.88-
YUV115.71108.42188.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.68%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=55.68%
G=21.88%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201798100.610.600.21359.0253.0454.9
HexC94F5103D3C151673537
Octal31111712107574255476567
Binary1100100110011111010001011110111110010101101100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94F51; }

 p { color: rgb(201,79,81); }

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

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

 a { background-color: rgb(201,79,81); }

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

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

 span { border-color: rgb(201,79,81); }

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