Shades of Mandy #CB4056
Tints of Mandy #CB4056
RGB
CMYK
RGB Variations
Color information
#CB4056 (or 0xCB4056) is known color: Mandy. HEX triplet: CB, 40 and 56. RGB value is (203,64,86). Sum of RGB (Red+Green+Blue) = 203+64+86=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4056 is #34BFA9. Grayscale: #6C6C6C. Windows color (decimal): -3456938 or 5652683. OLE color: 5652683.
HSL color Cylindrical-coordinate representation of color #CB4056: hue angle of 350.5º 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 #CB4056 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 86 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.20 |
| HSL | 350.5º | 0.57% | 0.52% | - |
| HSV(B) | 350.5º | 0.68% | 0.8% | - |
| XYZ | 28.14 | 17.04 | 10.61 | - |
| YUV | 108.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 86 | 0 | 0.68 | 0.58 | 0.20 | 350.5 | 0.57 | 0.52 |
| Hex | CB | 40 | 56 | 0 | 44 | 3A | 14 | 15F | 39 | 34 |
| Octal | 313 | 100 | 126 | 0 | 104 | 72 | 24 | 537 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1010110 | 0 | 1000100 | 111010 | 10100 | 101011111 | 111001 | 110100 |
Color Harmonies of #CB4056
Complementary color
Monochromatic Colors of #CB4056
Black with #CB4056
Text Example
Text Example
White with #CB4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4056; }
p { color: rgb(203,64,86); }
H1.HeaderClassName
{
color: #CB4056;
}
.AnyTagClassName
{
color: #CB4056;
}
</style>
background-color css
<style>
a { background-color: #CB4056; }
a { background-color: rgb(203,64,86); }
div.DivClassName
{
background-color: #CB4056;
}
.BgClassName
{
background-color: #CB4056;
}
</style>
border-color css
<style>
span { border-color: #CB4056; }
span { border-color: rgb(203,64,86); }
td.TdClassName
{
border-color: #CB4056;
}
.TagClassName
{
border-color: #CB4056;
}
</style>