#C94056

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

Shades of Mandy #C94056

Tints of Mandy #C94056

Color information

#C94056 (or 0xC94056) is unknown color: approx Mandy. HEX triplet: C9, 40 and 56. RGB value is (201,64,86). Sum of RGB (Red+Green+Blue) = 201+64+86=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C94056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94056 is #36BFA9. Grayscale: #6B6B6B. Windows color (decimal): -3588010 or 5652681. OLE color: 5652681.

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

Color convert

RGB2016486-
CMYK00.680.570.21
HSL350.36º55.92%51.96%-
HSV(B)350.36º68.16%78.82%-
XYZ27.616.7610.58-
YUV107.47115.89194.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.26%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=57.26%
G=18.23%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201648600.680.570.21350.3655.9251.96
HexC94056044391515e3834
Octal311100126010471255367064
Binary11001001100000010101100100010011100110101101011110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94056; }

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

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

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

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

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

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

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

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