#C05A64

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

Shades of Mandy #C05A64

Tints of Mandy #C05A64

Color information

#C05A64 (or 0xC05A64) is unknown color: approx Mandy. HEX triplet: C0, 5A and 64. RGB value is (192,90,100). Sum of RGB (Red+Green+Blue) = 192+90+100=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A64 is #3FA59B. Grayscale: #797979. Windows color (decimal): -4171164 or 6576832. OLE color: 6576832.

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

Color convert

RGB19290100-
CMYK00.530.480.25
HSL354.12º44.74%55.29%-
HSV(B)354.12º53.12%75.29%-
XYZ27.6919.4414.35-
YUV121.64115.79178.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=50.26%
G=23.56%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929010000.530.480.25354.1244.7455.29
HexC05A6403530191622d37
Octal30013214406560315425567
Binary1100000010110101100100011010111000011001101100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A64; }

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

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

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

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

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

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

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

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