#c94751

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

Shades of Mandy #C94751

Tints of Mandy #C94751

Color information

#C94751 (or 0xC94751) is unknown color: approx Mandy. HEX triplet: C9, 47 and 51. RGB value is (201,71,81). Sum of RGB (Red+Green+Blue) = 201+71+81=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C94751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94751 is #36B8AE. Grayscale: #6F6F6F. Windows color (decimal): -3586223 or 5326793. OLE color: 5326793.

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

Color convert

RGB2017181-
CMYK00.650.600.21
HSL355.38º54.62%53.33%-
HSV(B)355.38º64.68%78.82%-
XYZ27.8317.529.7-
YUV111.01111.07192.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=56.94%
G=20.11%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201718100.650.600.21355.3854.6253.33
HexC947510413C151633735
Octal311107121010174255436765
Binary11001001100011110100010100000111110010101101100011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c94751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c94751; }

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

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

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

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

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

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

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

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