Shades of Mandy #C8425B
Tints of Mandy #C8425B
RGB
CMYK
RGB Variations
Color information
#C8425B (or 0xC8425B) is known color: Mandy. HEX triplet: C8, 42 and 5B. RGB value is (200,66,91). Sum of RGB (Red+Green+Blue) = 200+66+91=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8425B is #37BDA4. Grayscale: #6C6C6C. Windows color (decimal): -3653029 or 5980872. OLE color: 5980872.
HSL color Cylindrical-coordinate representation of color #C8425B: hue angle of 348.81º 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 #C8425B is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 91 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.22 |
| HSL | 348.81º | 0.55% | 0.52% | - |
| HSV(B) | 348.81º | 0.67% | 0.78% | - |
| XYZ | 27.66 | 16.93 | 11.71 | - |
| YUV | 108.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 91 | 0 | 0.67 | 0.54 | 0.22 | 348.81 | 0.55 | 0.52 |
| Hex | C8 | 42 | 5B | 0 | 43 | 36 | 16 | 15D | 37 | 34 |
| Octal | 310 | 102 | 133 | 0 | 103 | 66 | 26 | 535 | 67 | 64 |
| Binary | 11001000 | 1000010 | 1011011 | 0 | 1000011 | 110110 | 10110 | 101011101 | 110111 | 110100 |
Color Harmonies of #C8425B
Complementary color
Monochromatic Colors of #C8425B
Black with #C8425B
Text Example
Text Example
White with #C8425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8425B; }
p { color: rgb(200,66,91); }
H1.HeaderClassName
{
color: #C8425B;
}
.AnyTagClassName
{
color: #C8425B;
}
</style>
background-color css
<style>
a { background-color: #C8425B; }
a { background-color: rgb(200,66,91); }
div.DivClassName
{
background-color: #C8425B;
}
.BgClassName
{
background-color: #C8425B;
}
</style>
border-color css
<style>
span { border-color: #C8425B; }
span { border-color: rgb(200,66,91); }
td.TdClassName
{
border-color: #C8425B;
}
.TagClassName
{
border-color: #C8425B;
}
</style>