Shades of Mandy #C05356
Tints of Mandy #C05356
RGB
CMYK
RGB Variations
Color information
#C05356 (or 0xC05356) is known color: Mandy. HEX triplet: C0, 53 and 56. RGB value is (192,83,86). Sum of RGB (Red+Green+Blue) = 192+83+86=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05356 is #3FACA9. Grayscale: #747474. Windows color (decimal): -4172970 or 5657536. OLE color: 5657536.
HSL color Cylindrical-coordinate representation of color #C05356: hue angle of 358.35º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05356 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 86 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.25 |
| HSL | 358.35º | 0.46% | 0.54% | - |
| HSV(B) | 358.35º | 0.57% | 0.75% | - |
| XYZ | 26.51 | 18.06 | 10.89 | - |
| YUV | 115.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 86 | 0 | 0.57 | 0.55 | 0.25 | 358.35 | 0.46 | 0.54 |
| Hex | C0 | 53 | 56 | 0 | 39 | 37 | 19 | 166 | 2E | 36 |
| Octal | 300 | 123 | 126 | 0 | 71 | 67 | 31 | 546 | 56 | 66 |
| Binary | 11000000 | 1010011 | 1010110 | 0 | 111001 | 110111 | 11001 | 101100110 | 101110 | 110110 |
Color Harmonies of #C05356
Complementary color
Monochromatic Colors of #C05356
Black with #C05356
Text Example
Text Example
White with #C05356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05356; }
p { color: rgb(192,83,86); }
H1.HeaderClassName
{
color: #C05356;
}
.AnyTagClassName
{
color: #C05356;
}
</style>
background-color css
<style>
a { background-color: #C05356; }
a { background-color: rgb(192,83,86); }
div.DivClassName
{
background-color: #C05356;
}
.BgClassName
{
background-color: #C05356;
}
</style>
border-color css
<style>
span { border-color: #C05356; }
span { border-color: rgb(192,83,86); }
td.TdClassName
{
border-color: #C05356;
}
.TagClassName
{
border-color: #C05356;
}
</style>