Shades of Mandy #C05357
Tints of Mandy #C05357
RGB
CMYK
RGB Variations
Color information
#C05357 (or 0xC05357) is known color: Mandy. HEX triplet: C0, 53 and 57. RGB value is (192,83,87). Sum of RGB (Red+Green+Blue) = 192+83+87=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C05357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05357 is #3FACA8. Grayscale: #747474. Windows color (decimal): -4172969 or 5723072. OLE color: 5723072.
HSL color Cylindrical-coordinate representation of color #C05357: hue angle of 357.8º 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 #C05357 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 87 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.25 |
| HSL | 357.8º | 0.46% | 0.54% | - |
| HSV(B) | 357.8º | 0.57% | 0.75% | - |
| XYZ | 26.55 | 18.08 | 11.11 | - |
| YUV | 116.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 87 | 0 | 0.57 | 0.55 | 0.25 | 357.8 | 0.46 | 0.54 |
| Hex | C0 | 53 | 57 | 0 | 39 | 37 | 19 | 166 | 2E | 36 |
| Octal | 300 | 123 | 127 | 0 | 71 | 67 | 31 | 546 | 56 | 66 |
| Binary | 11000000 | 1010011 | 1010111 | 0 | 111001 | 110111 | 11001 | 101100110 | 101110 | 110110 |
Color Harmonies of #C05357
Complementary color
Monochromatic Colors of #C05357
Black with #C05357
Text Example
Text Example
White with #C05357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05357; }
p { color: rgb(192,83,87); }
H1.HeaderClassName
{
color: #C05357;
}
.AnyTagClassName
{
color: #C05357;
}
</style>
background-color css
<style>
a { background-color: #C05357; }
a { background-color: rgb(192,83,87); }
div.DivClassName
{
background-color: #C05357;
}
.BgClassName
{
background-color: #C05357;
}
</style>
border-color css
<style>
span { border-color: #C05357; }
span { border-color: rgb(192,83,87); }
td.TdClassName
{
border-color: #C05357;
}
.TagClassName
{
border-color: #C05357;
}
</style>