Shades of Mandy #CB4050
Tints of Mandy #CB4050
RGB
CMYK
RGB Variations
Color information
#CB4050 (or 0xCB4050) is known color: Mandy. HEX triplet: CB, 40 and 50. RGB value is (203,64,80). Sum of RGB (Red+Green+Blue) = 203+64+80=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4050 is #34BFAF. Grayscale: #6B6B6B. Windows color (decimal): -3456944 or 5259467. OLE color: 5259467.
HSL color Cylindrical-coordinate representation of color #CB4050: hue angle of 353.09º 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 #CB4050 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 80 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.20 |
| HSL | 353.09º | 0.57% | 0.52% | - |
| HSV(B) | 353.09º | 0.68% | 0.8% | - |
| XYZ | 27.91 | 16.94 | 9.39 | - |
| YUV | 107.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 80 | 0 | 0.68 | 0.61 | 0.20 | 353.09 | 0.57 | 0.52 |
| Hex | CB | 40 | 50 | 0 | 44 | 3D | 14 | 161 | 39 | 34 |
| Octal | 313 | 100 | 120 | 0 | 104 | 75 | 24 | 541 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1010000 | 0 | 1000100 | 111101 | 10100 | 101100001 | 111001 | 110100 |
Color Harmonies of #CB4050
Complementary color
Monochromatic Colors of #CB4050
Black with #CB4050
Text Example
Text Example
White with #CB4050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4050; }
p { color: rgb(203,64,80); }
H1.HeaderClassName
{
color: #CB4050;
}
.AnyTagClassName
{
color: #CB4050;
}
</style>
background-color css
<style>
a { background-color: #CB4050; }
a { background-color: rgb(203,64,80); }
div.DivClassName
{
background-color: #CB4050;
}
.BgClassName
{
background-color: #CB4050;
}
</style>
border-color css
<style>
span { border-color: #CB4050; }
span { border-color: rgb(203,64,80); }
td.TdClassName
{
border-color: #CB4050;
}
.TagClassName
{
border-color: #CB4050;
}
</style>