Shades of Mandy #CB454E
Tints of Mandy #CB454E
RGB
CMYK
RGB Variations
Color information
#CB454E (or 0xCB454E) is known color: Mandy. HEX triplet: CB, 45 and 4E. RGB value is (203,69,78). Sum of RGB (Red+Green+Blue) = 203+69+78=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB454E is #34BAB1. Grayscale: #6E6E6E. Windows color (decimal): -3455666 or 5129675. OLE color: 5129675.
HSL color Cylindrical-coordinate representation of color #CB454E: hue angle of 355.97º 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 #CB454E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 78 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.20 |
| HSL | 355.97º | 0.56% | 0.53% | - |
| HSV(B) | 355.97º | 0.66% | 0.8% | - |
| XYZ | 28.13 | 17.5 | 9.1 | - |
| YUV | 110.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 78 | 0 | 0.66 | 0.62 | 0.20 | 355.97 | 0.56 | 0.53 |
| Hex | CB | 45 | 4E | 0 | 42 | 3E | 14 | 164 | 38 | 35 |
| Octal | 313 | 105 | 116 | 0 | 102 | 76 | 24 | 544 | 70 | 65 |
| Binary | 11001011 | 1000101 | 1001110 | 0 | 1000010 | 111110 | 10100 | 101100100 | 111000 | 110101 |
Color Harmonies of #CB454E
Complementary color
Monochromatic Colors of #CB454E
Black with #CB454E
Text Example
Text Example
White with #CB454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB454E; }
p { color: rgb(203,69,78); }
H1.HeaderClassName
{
color: #CB454E;
}
.AnyTagClassName
{
color: #CB454E;
}
</style>
background-color css
<style>
a { background-color: #CB454E; }
a { background-color: rgb(203,69,78); }
div.DivClassName
{
background-color: #CB454E;
}
.BgClassName
{
background-color: #CB454E;
}
</style>
border-color css
<style>
span { border-color: #CB454E; }
span { border-color: rgb(203,69,78); }
td.TdClassName
{
border-color: #CB454E;
}
.TagClassName
{
border-color: #CB454E;
}
</style>