Shades of Mandy #CB405E
Tints of Mandy #CB405E
RGB
CMYK
RGB Variations
Color information
#CB405E (or 0xCB405E) is known color: Mandy. HEX triplet: CB, 40 and 5E. RGB value is (203,64,94). Sum of RGB (Red+Green+Blue) = 203+64+94=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB405E is #34BFA1. Grayscale: #6D6D6D. Windows color (decimal): -3456930 or 6176971. OLE color: 6176971.
HSL color Cylindrical-coordinate representation of color #CB405E: hue angle of 347.05º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB405E is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 94 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.20 |
| HSL | 347.05º | 0.57% | 0.52% | - |
| HSV(B) | 347.05º | 0.68% | 0.8% | - |
| XYZ | 28.48 | 17.17 | 12.4 | - |
| YUV | 108.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 94 | 0 | 0.68 | 0.54 | 0.20 | 347.05 | 0.57 | 0.52 |
| Hex | CB | 40 | 5E | 0 | 44 | 36 | 14 | 15B | 39 | 34 |
| Octal | 313 | 100 | 136 | 0 | 104 | 66 | 24 | 533 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1011110 | 0 | 1000100 | 110110 | 10100 | 101011011 | 111001 | 110100 |
Color Harmonies of #CB405E
Complementary color
Monochromatic Colors of #CB405E
Black with #CB405E
Text Example
Text Example
White with #CB405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB405E; }
p { color: rgb(203,64,94); }
H1.HeaderClassName
{
color: #CB405E;
}
.AnyTagClassName
{
color: #CB405E;
}
</style>
background-color css
<style>
a { background-color: #CB405E; }
a { background-color: rgb(203,64,94); }
div.DivClassName
{
background-color: #CB405E;
}
.BgClassName
{
background-color: #CB405E;
}
</style>
border-color css
<style>
span { border-color: #CB405E; }
span { border-color: rgb(203,64,94); }
td.TdClassName
{
border-color: #CB405E;
}
.TagClassName
{
border-color: #CB405E;
}
</style>