#C94B58

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

Shades of Mandy #C94B58

Tints of Mandy #C94B58

Color information

#C94B58 (or 0xC94B58) is unknown color: approx Mandy. HEX triplet: C9, 4B and 58. RGB value is (201,75,88). Sum of RGB (Red+Green+Blue) = 201+75+88=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B58 is #36B4A7. Grayscale: #727272. Windows color (decimal): -3585192 or 5786569. OLE color: 5786569.

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

Color convert

RGB2017588-
CMYK00.630.560.21
HSL353.81º53.85%54.12%-
HSV(B)353.81º62.69%78.82%-
XYZ28.3618.1511.24-
YUV114.16113.24189.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.22%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=55.22%
G=20.60%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201758800.630.560.21353.8153.8554.12
HexC94B5803F38151623636
Octal31111313007770255426666
Binary1100100110010111011000011111111100010101101100010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94B58; }

 p { color: rgb(201,75,88); }

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

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

 a { background-color: rgb(201,75,88); }

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

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

 span { border-color: rgb(201,75,88); }

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