Shades of Mandy #CB4553
Tints of Mandy #CB4553
RGB
CMYK
RGB Variations
Color information
#CB4553 (or 0xCB4553) is known color: Mandy. HEX triplet: CB, 45 and 53. RGB value is (203,69,83). Sum of RGB (Red+Green+Blue) = 203+69+83=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4553 is #34BAAC. Grayscale: #6E6E6E. Windows color (decimal): -3455661 or 5457355. OLE color: 5457355.
HSL color Cylindrical-coordinate representation of color #CB4553: hue angle of 353.73º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4553 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 83 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.20 |
| HSL | 353.73º | 0.56% | 0.53% | - |
| HSV(B) | 353.73º | 0.66% | 0.8% | - |
| XYZ | 28.32 | 17.58 | 10.08 | - |
| YUV | 110.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 83 | 0 | 0.66 | 0.59 | 0.20 | 353.73 | 0.56 | 0.53 |
| Hex | CB | 45 | 53 | 0 | 42 | 3B | 14 | 162 | 38 | 35 |
| Octal | 313 | 105 | 123 | 0 | 102 | 73 | 24 | 542 | 70 | 65 |
| Binary | 11001011 | 1000101 | 1010011 | 0 | 1000010 | 111011 | 10100 | 101100010 | 111000 | 110101 |
Color Harmonies of #CB4553
Complementary color
Monochromatic Colors of #CB4553
Black with #CB4553
Text Example
Text Example
White with #CB4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4553; }
p { color: rgb(203,69,83); }
H1.HeaderClassName
{
color: #CB4553;
}
.AnyTagClassName
{
color: #CB4553;
}
</style>
background-color css
<style>
a { background-color: #CB4553; }
a { background-color: rgb(203,69,83); }
div.DivClassName
{
background-color: #CB4553;
}
.BgClassName
{
background-color: #CB4553;
}
</style>
border-color css
<style>
span { border-color: #CB4553; }
span { border-color: rgb(203,69,83); }
td.TdClassName
{
border-color: #CB4553;
}
.TagClassName
{
border-color: #CB4553;
}
</style>