Shades of Mandy #C8424B
Tints of Mandy #C8424B
RGB
CMYK
RGB Variations
Color information
#C8424B (or 0xC8424B) is known color: Mandy. HEX triplet: C8, 42 and 4B. RGB value is (200,66,75). Sum of RGB (Red+Green+Blue) = 200+66+75=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8424B is #37BDB4. Grayscale: #6B6B6B. Windows color (decimal): -3653045 or 4932296. OLE color: 4932296.
HSL color Cylindrical-coordinate representation of color #C8424B: hue angle of 355.97º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8424B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 75 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.22 |
| HSL | 355.97º | 0.55% | 0.52% | - |
| HSV(B) | 355.97º | 0.67% | 0.78% | - |
| XYZ | 27.04 | 16.68 | 8.45 | - |
| YUV | 107.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 75 | 0 | 0.67 | 0.62 | 0.22 | 355.97 | 0.55 | 0.52 |
| Hex | C8 | 42 | 4B | 0 | 43 | 3E | 16 | 164 | 37 | 34 |
| Octal | 310 | 102 | 113 | 0 | 103 | 76 | 26 | 544 | 67 | 64 |
| Binary | 11001000 | 1000010 | 1001011 | 0 | 1000011 | 111110 | 10110 | 101100100 | 110111 | 110100 |
Color Harmonies of #C8424B
Complementary color
Monochromatic Colors of #C8424B
Black with #C8424B
Text Example
Text Example
White with #C8424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8424B; }
p { color: rgb(200,66,75); }
H1.HeaderClassName
{
color: #C8424B;
}
.AnyTagClassName
{
color: #C8424B;
}
</style>
background-color css
<style>
a { background-color: #C8424B; }
a { background-color: rgb(200,66,75); }
div.DivClassName
{
background-color: #C8424B;
}
.BgClassName
{
background-color: #C8424B;
}
</style>
border-color css
<style>
span { border-color: #C8424B; }
span { border-color: rgb(200,66,75); }
td.TdClassName
{
border-color: #C8424B;
}
.TagClassName
{
border-color: #C8424B;
}
</style>