Shades of Mandy #C05B5D
Tints of Mandy #C05B5D
RGB
CMYK
RGB Variations
Color information
#C05B5D (or 0xC05B5D) is known color: Mandy. HEX triplet: C0, 5B and 5D. RGB value is (192,91,93). Sum of RGB (Red+Green+Blue) = 192+91+93=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B5D is #3FA4A2. Grayscale: #797979. Windows color (decimal): -4170915 or 6118336. OLE color: 6118336.
HSL color Cylindrical-coordinate representation of color #C05B5D: hue angle of 358.81º degrees, saturation: 0.44, 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 #C05B5D is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 91 | 93 | - |
CMYK | 0 | 0.53 | 0.52 | 0.25 |
HSL | 358.81º | 0.44% | 0.55% | - |
HSV(B) | 358.81º | 0.53% | 0.75% | - |
XYZ | 27.46 | 19.48 | 12.67 | - |
YUV | 121.43 | 111.96 | 178.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 91 | 93 | 0 | 0.53 | 0.52 | 0.25 | 358.81 | 0.44 | 0.55 |
Hex | C0 | 5B | 5D | 0 | 35 | 34 | 19 | 167 | 2C | 37 |
Octal | 300 | 133 | 135 | 0 | 65 | 64 | 31 | 547 | 54 | 67 |
Binary | 11000000 | 1011011 | 1011101 | 0 | 110101 | 110100 | 11001 | 101100111 | 101100 | 110111 |
Color Harmonies of #C05B5D
Complementary color
Monochromatic Colors of #C05B5D
Black with #C05B5D
Text Example
Text Example
White with #C05B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B5D; }
p { color: rgb(192,91,93); }
H1.HeaderClassName
{
color: #C05B5D;
}
.AnyTagClassName
{
color: #C05B5D;
}
</style>
background-color css
<style>
a { background-color: #C05B5D; }
a { background-color: rgb(192,91,93); }
div.DivClassName
{
background-color: #C05B5D;
}
.BgClassName
{
background-color: #C05B5D;
}
</style>
border-color css
<style>
span { border-color: #C05B5D; }
span { border-color: rgb(192,91,93); }
td.TdClassName
{
border-color: #C05B5D;
}
.TagClassName
{
border-color: #C05B5D;
}
</style>