Shades of Mandy #C8464B
Tints of Mandy #C8464B
RGB
CMYK
RGB Variations
Color information
#C8464B (or 0xC8464B) is known color: Mandy. HEX triplet: C8, 46 and 4B. RGB value is (200,70,75). Sum of RGB (Red+Green+Blue) = 200+70+75=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8464B is #37B9B4. Grayscale: #6D6D6D. Windows color (decimal): -3652021 or 4933320. OLE color: 4933320.
HSL color Cylindrical-coordinate representation of color #C8464B: hue angle of 357.69º 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 #C8464B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 75 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.22 |
| HSL | 357.69º | 0.54% | 0.53% | - |
| HSV(B) | 357.69º | 0.65% | 0.78% | - |
| XYZ | 27.28 | 17.17 | 8.53 | - |
| YUV | 109.44 | 108.57 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 75 | 0 | 0.65 | 0.62 | 0.22 | 357.69 | 0.54 | 0.53 |
| Hex | C8 | 46 | 4B | 0 | 41 | 3E | 16 | 166 | 36 | 35 |
| Octal | 310 | 106 | 113 | 0 | 101 | 76 | 26 | 546 | 66 | 65 |
| Binary | 11001000 | 1000110 | 1001011 | 0 | 1000001 | 111110 | 10110 | 101100110 | 110110 | 110101 |
Color Harmonies of #C8464B
Complementary color
Monochromatic Colors of #C8464B
Black with #C8464B
Text Example
Text Example
White with #C8464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8464B; }
p { color: rgb(200,70,75); }
H1.HeaderClassName
{
color: #C8464B;
}
.AnyTagClassName
{
color: #C8464B;
}
</style>
background-color css
<style>
a { background-color: #C8464B; }
a { background-color: rgb(200,70,75); }
div.DivClassName
{
background-color: #C8464B;
}
.BgClassName
{
background-color: #C8464B;
}
</style>
border-color css
<style>
span { border-color: #C8464B; }
span { border-color: rgb(200,70,75); }
td.TdClassName
{
border-color: #C8464B;
}
.TagClassName
{
border-color: #C8464B;
}
</style>