#C94B59

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

Shades of Mandy #C94B59

Tints of Mandy #C94B59

Color information

#C94B59 (or 0xC94B59) is unknown color: approx Mandy. HEX triplet: C9, 4B and 59. RGB value is (201,75,89). Sum of RGB (Red+Green+Blue) = 201+75+89=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B59 is #36B4A6. Grayscale: #727272. Windows color (decimal): -3585191 or 5852105. OLE color: 5852105.

HSL color Cylindrical-coordinate representation of color #C94B59: hue angle of 353.33º 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 #C94B59 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB2017589-
CMYK00.630.560.21
HSL353.33º53.85%54.12%-
HSV(B)353.33º62.69%78.82%-
XYZ28.4118.1711.46-
YUV114.27113.74189.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.07%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=55.07%
G=20.55%
B=24.38%

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
Decimal201758900.630.560.21353.3353.8554.12
HexC94B5903F38151613636
Octal31111313107770255416666
Binary1100100110010111011001011111111100010101101100001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94B59; }

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

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

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

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

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

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

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

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