Shades of Mandy #CB4153
Tints of Mandy #CB4153
RGB
CMYK
RGB Variations
Color information
#CB4153 (or 0xCB4153) is known color: Mandy. HEX triplet: CB, 41 and 53. RGB value is (203,65,83). Sum of RGB (Red+Green+Blue) = 203+65+83=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4153 is #34BEAC. Grayscale: #6C6C6C. Windows color (decimal): -3456685 or 5456331. OLE color: 5456331.
HSL color Cylindrical-coordinate representation of color #CB4153: hue angle of 352.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4153 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 83 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.20 |
| HSL | 352.17º | 0.57% | 0.53% | - |
| HSV(B) | 352.17º | 0.68% | 0.8% | - |
| XYZ | 28.08 | 17.1 | 10 | - |
| YUV | 108.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 83 | 0 | 0.68 | 0.59 | 0.20 | 352.17 | 0.57 | 0.53 |
| Hex | CB | 41 | 53 | 0 | 44 | 3B | 14 | 160 | 39 | 35 |
| Octal | 313 | 101 | 123 | 0 | 104 | 73 | 24 | 540 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1010011 | 0 | 1000100 | 111011 | 10100 | 101100000 | 111001 | 110101 |
Color Harmonies of #CB4153
Complementary color
Monochromatic Colors of #CB4153
Black with #CB4153
Text Example
Text Example
White with #CB4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4153; }
p { color: rgb(203,65,83); }
H1.HeaderClassName
{
color: #CB4153;
}
.AnyTagClassName
{
color: #CB4153;
}
</style>
background-color css
<style>
a { background-color: #CB4153; }
a { background-color: rgb(203,65,83); }
div.DivClassName
{
background-color: #CB4153;
}
.BgClassName
{
background-color: #CB4153;
}
</style>
border-color css
<style>
span { border-color: #CB4153; }
span { border-color: rgb(203,65,83); }
td.TdClassName
{
border-color: #CB4153;
}
.TagClassName
{
border-color: #CB4153;
}
</style>