Shades of Mandy #CB4459
Tints of Mandy #CB4459
RGB
CMYK
RGB Variations
Color information
#CB4459 (or 0xCB4459) is known color: Mandy. HEX triplet: CB, 44 and 59. RGB value is (203,68,89). Sum of RGB (Red+Green+Blue) = 203+68+89=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4459 is #34BBA6. Grayscale: #6E6E6E. Windows color (decimal): -3455911 or 5850315. OLE color: 5850315.
HSL color Cylindrical-coordinate representation of color #CB4459: hue angle of 350.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4459 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 89 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.20 |
| HSL | 350.67º | 0.56% | 0.53% | - |
| HSV(B) | 350.67º | 0.67% | 0.8% | - |
| XYZ | 28.5 | 17.55 | 11.34 | - |
| YUV | 110.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 89 | 0 | 0.67 | 0.56 | 0.20 | 350.67 | 0.56 | 0.53 |
| Hex | CB | 44 | 59 | 0 | 43 | 38 | 14 | 15F | 38 | 35 |
| Octal | 313 | 104 | 131 | 0 | 103 | 70 | 24 | 537 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1011001 | 0 | 1000011 | 111000 | 10100 | 101011111 | 111000 | 110101 |
Color Harmonies of #CB4459
Complementary color
Monochromatic Colors of #CB4459
Black with #CB4459
Text Example
Text Example
White with #CB4459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4459; }
p { color: rgb(203,68,89); }
H1.HeaderClassName
{
color: #CB4459;
}
.AnyTagClassName
{
color: #CB4459;
}
</style>
background-color css
<style>
a { background-color: #CB4459; }
a { background-color: rgb(203,68,89); }
div.DivClassName
{
background-color: #CB4459;
}
.BgClassName
{
background-color: #CB4459;
}
</style>
border-color css
<style>
span { border-color: #CB4459; }
span { border-color: rgb(203,68,89); }
td.TdClassName
{
border-color: #CB4459;
}
.TagClassName
{
border-color: #CB4459;
}
</style>