Shades of Mandy #CB4651
Tints of Mandy #CB4651
RGB
CMYK
RGB Variations
Color information
#CB4651 (or 0xCB4651) is known color: Mandy. HEX triplet: CB, 46 and 51. RGB value is (203,70,81). Sum of RGB (Red+Green+Blue) = 203+70+81=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4651 is #34B9AE. Grayscale: #6F6F6F. Windows color (decimal): -3455407 or 5326539. OLE color: 5326539.
HSL color Cylindrical-coordinate representation of color #CB4651: hue angle of 355.04º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4651 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 81 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.20 |
| HSL | 355.04º | 0.56% | 0.54% | - |
| HSV(B) | 355.04º | 0.66% | 0.8% | - |
| XYZ | 28.3 | 17.67 | 9.7 | - |
| YUV | 111.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 81 | 0 | 0.66 | 0.60 | 0.20 | 355.04 | 0.56 | 0.54 |
| Hex | CB | 46 | 51 | 0 | 42 | 3C | 14 | 163 | 38 | 36 |
| Octal | 313 | 106 | 121 | 0 | 102 | 74 | 24 | 543 | 70 | 66 |
| Binary | 11001011 | 1000110 | 1010001 | 0 | 1000010 | 111100 | 10100 | 101100011 | 111000 | 110110 |
Color Harmonies of #CB4651
Complementary color
Monochromatic Colors of #CB4651
Black with #CB4651
Text Example
Text Example
White with #CB4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4651; }
p { color: rgb(203,70,81); }
H1.HeaderClassName
{
color: #CB4651;
}
.AnyTagClassName
{
color: #CB4651;
}
</style>
background-color css
<style>
a { background-color: #CB4651; }
a { background-color: rgb(203,70,81); }
div.DivClassName
{
background-color: #CB4651;
}
.BgClassName
{
background-color: #CB4651;
}
</style>
border-color css
<style>
span { border-color: #CB4651; }
span { border-color: rgb(203,70,81); }
td.TdClassName
{
border-color: #CB4651;
}
.TagClassName
{
border-color: #CB4651;
}
</style>