#C94956

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

Shades of Mandy #C94956

Tints of Mandy #C94956

Color information

#C94956 (or 0xC94956) is unknown color: approx Mandy. HEX triplet: C9, 49 and 56. RGB value is (201,73,86). Sum of RGB (Red+Green+Blue) = 201+73+86=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C94956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94956 is #36B6A9. Grayscale: #707070. Windows color (decimal): -3585706 or 5654985. OLE color: 5654985.

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

Color convert

RGB2017386-
CMYK00.640.570.21
HSL353.91º54.24%53.73%-
HSV(B)353.91º63.68%78.82%-
XYZ28.1517.8510.77-
YUV112.75112.91190.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.83%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=55.83%
G=20.28%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201738600.640.570.21353.9154.2453.73
HexC9495604039151623636
Octal311111126010071255426666
Binary11001001100100110101100100000011100110101101100010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94956; }

 p { color: rgb(201,73,86); }

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

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

 a { background-color: rgb(201,73,86); }

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

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

 span { border-color: rgb(201,73,86); }

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