#C05562

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

Shades of Mandy #C05562

Tints of Mandy #C05562

Color information

#C05562 (or 0xC05562) is unknown color: approx Mandy. HEX triplet: C0, 55 and 62. RGB value is (192,85,98). Sum of RGB (Red+Green+Blue) = 192+85+98=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C05562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05562 is #3FAA9D. Grayscale: #767676. Windows color (decimal): -4172446 or 6444480. OLE color: 6444480.

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

Color convert

RGB1928598-
CMYK00.560.490.25
HSL352.71º45.92%54.31%-
HSV(B)352.71º55.73%75.29%-
XYZ27.1918.5913.71-
YUV118.48116.45180.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.2%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=51.2%
G=22.67%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192859800.560.490.25352.7145.9254.31
HexC0556203831191612e36
Octal30012514207061315415666
Binary1100000010101011100010011100011000111001101100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05562; }

 p { color: rgb(192,85,98); }

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

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

 a { background-color: rgb(192,85,98); }

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

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

 span { border-color: rgb(192,85,98); }

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