#C94C52

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

Shades of Mandy #C94C52

Tints of Mandy #C94C52

Color information

#C94C52 (or 0xC94C52) is unknown color: approx Mandy. HEX triplet: C9, 4C and 52. RGB value is (201,76,82). Sum of RGB (Red+Green+Blue) = 201+76+82=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C52 is #36B3AD. Grayscale: #727272. Windows color (decimal): -3584942 or 5393609. OLE color: 5393609.

HSL color Cylindrical-coordinate representation of color #C94C52: hue angle of 357.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94C52 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB2017682-
CMYK00.620.590.21
HSL357.12º53.65%54.31%-
HSV(B)357.12º62.19%78.82%-
XYZ28.1918.210.01-
YUV114.06109.91190.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.99%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=55.99%
G=21.17%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201768200.620.590.21357.1253.6554.31
HexC94C5203E3B151653636
Octal31111412207673255456666
Binary1100100110011001010010011111011101110101101100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94C52; }

 p { color: rgb(201,76,82); }

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

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

 a { background-color: rgb(201,76,82); }

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

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

 span { border-color: rgb(201,76,82); }

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