Shades of Mandy #CB4259
Tints of Mandy #CB4259
RGB
CMYK
RGB Variations
Color information
#CB4259 (or 0xCB4259) is known color: Mandy. HEX triplet: CB, 42 and 59. RGB value is (203,66,89). Sum of RGB (Red+Green+Blue) = 203+66+89=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4259 is #34BDA6. Grayscale: #6D6D6D. Windows color (decimal): -3456423 or 5849803. OLE color: 5849803.
HSL color Cylindrical-coordinate representation of color #CB4259: hue angle of 349.93º degrees, saturation: 0.57, 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 #CB4259 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 89 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.20 |
| HSL | 349.93º | 0.57% | 0.53% | - |
| HSV(B) | 349.93º | 0.67% | 0.8% | - |
| XYZ | 28.38 | 17.31 | 11.3 | - |
| YUV | 109.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 89 | 0 | 0.67 | 0.56 | 0.20 | 349.93 | 0.57 | 0.53 |
| Hex | CB | 42 | 59 | 0 | 43 | 38 | 14 | 15E | 39 | 35 |
| Octal | 313 | 102 | 131 | 0 | 103 | 70 | 24 | 536 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1011001 | 0 | 1000011 | 111000 | 10100 | 101011110 | 111001 | 110101 |
Color Harmonies of #CB4259
Complementary color
Monochromatic Colors of #CB4259
Black with #CB4259
Text Example
Text Example
White with #CB4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4259; }
p { color: rgb(203,66,89); }
H1.HeaderClassName
{
color: #CB4259;
}
.AnyTagClassName
{
color: #CB4259;
}
</style>
background-color css
<style>
a { background-color: #CB4259; }
a { background-color: rgb(203,66,89); }
div.DivClassName
{
background-color: #CB4259;
}
.BgClassName
{
background-color: #CB4259;
}
</style>
border-color css
<style>
span { border-color: #CB4259; }
span { border-color: rgb(203,66,89); }
td.TdClassName
{
border-color: #CB4259;
}
.TagClassName
{
border-color: #CB4259;
}
</style>