#C94B51

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

Shades of Mandy #C94B51

Tints of Mandy #C94B51

Color information

#C94B51 (or 0xC94B51) is unknown color: approx Mandy. HEX triplet: C9, 4B and 51. RGB value is (201,75,81). Sum of RGB (Red+Green+Blue) = 201+75+81=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B51 is #36B4AE. Grayscale: #717171. Windows color (decimal): -3585199 or 5327817. OLE color: 5327817.

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

Color convert

RGB2017581-
CMYK00.630.600.21
HSL357.14º53.85%54.12%-
HSV(B)357.14º62.69%78.82%-
XYZ28.0918.049.79-
YUV113.36109.74190.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.30%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=56.30%
G=21.01%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201758100.630.600.21357.1453.8554.12
HexC94B5103F3C151653636
Octal31111312107774255456666
Binary1100100110010111010001011111111110010101101100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94B51; }

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

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

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

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

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

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

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

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