#C05561

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

Shades of Mandy #C05561

Tints of Mandy #C05561

Color information

#C05561 (or 0xC05561) is unknown color: approx Mandy. HEX triplet: C0, 55 and 61. RGB value is (192,85,97). Sum of RGB (Red+Green+Blue) = 192+85+97=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C05561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05561 is #3FAA9E. Grayscale: #767676. Windows color (decimal): -4172447 or 6378944. OLE color: 6378944.

HSL color Cylindrical-coordinate representation of color #C05561: hue angle of 353.27º 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 #C05561 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1928597-
CMYK00.560.490.25
HSL353.27º45.92%54.31%-
HSV(B)353.27º55.73%75.29%-
XYZ27.1418.5713.46-
YUV118.36115.95180.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.34%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=51.34%
G=22.73%
B=25.94%

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
Decimal192859700.560.490.25353.2745.9254.31
HexC0556103831191612e36
Octal30012514107061315415666
Binary1100000010101011100001011100011000111001101100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05561; }

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

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

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

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

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

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

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

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