#C05961

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

Shades of Mandy #C05961

Tints of Mandy #C05961

Color information

#C05961 (or 0xC05961) is unknown color: approx Mandy. HEX triplet: C0, 59 and 61. RGB value is (192,89,97). Sum of RGB (Red+Green+Blue) = 192+89+97=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C05961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05961 is #3FA69E. Grayscale: #787878. Windows color (decimal): -4171423 or 6379968. OLE color: 6379968.

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

Color convert

RGB1928997-
CMYK00.540.490.25
HSL355.34º44.98%55.1%-
HSV(B)355.34º53.65%75.29%-
XYZ27.4719.2113.57-
YUV120.71114.62178.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.79%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=50.79%
G=23.54%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192899700.540.490.25355.3444.9855.1
HexC0596103631191632d37
Octal30013114106661315435567
Binary1100000010110011100001011011011000111001101100011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05961; }

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

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

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

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

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

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

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

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