Shades of Mandy #C8455C
Tints of Mandy #C8455C
RGB
CMYK
RGB Variations
Color information
#C8455C (or 0xC8455C) is known color: Mandy. HEX triplet: C8, 45 and 5C. RGB value is (200,69,92). Sum of RGB (Red+Green+Blue) = 200+69+92=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8455C is #37BAA3. Grayscale: #6E6E6E. Windows color (decimal): -3652260 or 6047176. OLE color: 6047176.
HSL color Cylindrical-coordinate representation of color #C8455C: hue angle of 349.47º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8455C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 92 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.22 |
| HSL | 349.47º | 0.54% | 0.53% | - |
| HSV(B) | 349.47º | 0.66% | 0.78% | - |
| XYZ | 27.88 | 17.31 | 12 | - |
| YUV | 110.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 92 | 0 | 0.66 | 0.54 | 0.22 | 349.47 | 0.54 | 0.53 |
| Hex | C8 | 45 | 5C | 0 | 42 | 36 | 16 | 15D | 36 | 35 |
| Octal | 310 | 105 | 134 | 0 | 102 | 66 | 26 | 535 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1011100 | 0 | 1000010 | 110110 | 10110 | 101011101 | 110110 | 110101 |
Color Harmonies of #C8455C
Complementary color
Monochromatic Colors of #C8455C
Black with #C8455C
Text Example
Text Example
White with #C8455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8455C; }
p { color: rgb(200,69,92); }
H1.HeaderClassName
{
color: #C8455C;
}
.AnyTagClassName
{
color: #C8455C;
}
</style>
background-color css
<style>
a { background-color: #C8455C; }
a { background-color: rgb(200,69,92); }
div.DivClassName
{
background-color: #C8455C;
}
.BgClassName
{
background-color: #C8455C;
}
</style>
border-color css
<style>
span { border-color: #C8455C; }
span { border-color: rgb(200,69,92); }
td.TdClassName
{
border-color: #C8455C;
}
.TagClassName
{
border-color: #C8455C;
}
</style>