#C05964

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

Shades of Mandy #C05964

Tints of Mandy #C05964

Color information

#C05964 (or 0xC05964) is unknown color: approx Mandy. HEX triplet: C0, 59 and 64. RGB value is (192,89,100). Sum of RGB (Red+Green+Blue) = 192+89+100=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C05964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05964 is #3FA69B. Grayscale: #797979. Windows color (decimal): -4171420 or 6576576. OLE color: 6576576.

HSL color Cylindrical-coordinate representation of color #C05964: hue angle of 353.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05964 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19289100-
CMYK00.540.480.25
HSL353.59º44.98%55.1%-
HSV(B)353.59º53.65%75.29%-
XYZ27.6119.2714.32-
YUV121.05116.12178.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=50.39%
G=23.36%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928910000.540.480.25353.5944.9855.1
HexC0596403630191622d37
Octal30013114406660315425567
Binary1100000010110011100100011011011000011001101100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05964; }

 p { color: rgb(192,89,100); }

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

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

 a { background-color: rgb(192,89,100); }

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

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

 span { border-color: rgb(192,89,100); }

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