Shades of Mandy #CB455B
Tints of Mandy #CB455B
RGB
CMYK
RGB Variations
Color information
#CB455B (or 0xCB455B) is known color: Mandy. HEX triplet: CB, 45 and 5B. RGB value is (203,69,91). Sum of RGB (Red+Green+Blue) = 203+69+91=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB455B is #34BAA4. Grayscale: #6F6F6F. Windows color (decimal): -3455653 or 5981643. OLE color: 5981643.
HSL color Cylindrical-coordinate representation of color #CB455B: hue angle of 350.15º 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 #CB455B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 91 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.20 |
| HSL | 350.15º | 0.56% | 0.53% | - |
| HSV(B) | 350.15º | 0.66% | 0.8% | - |
| XYZ | 28.65 | 17.71 | 11.81 | - |
| YUV | 111.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 91 | 0 | 0.66 | 0.55 | 0.20 | 350.15 | 0.56 | 0.53 |
| Hex | CB | 45 | 5B | 0 | 42 | 37 | 14 | 15E | 38 | 35 |
| Octal | 313 | 105 | 133 | 0 | 102 | 67 | 24 | 536 | 70 | 65 |
| Binary | 11001011 | 1000101 | 1011011 | 0 | 1000010 | 110111 | 10100 | 101011110 | 111000 | 110101 |
Color Harmonies of #CB455B
Complementary color
Monochromatic Colors of #CB455B
Black with #CB455B
Text Example
Text Example
White with #CB455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB455B; }
p { color: rgb(203,69,91); }
H1.HeaderClassName
{
color: #CB455B;
}
.AnyTagClassName
{
color: #CB455B;
}
</style>
background-color css
<style>
a { background-color: #CB455B; }
a { background-color: rgb(203,69,91); }
div.DivClassName
{
background-color: #CB455B;
}
.BgClassName
{
background-color: #CB455B;
}
</style>
border-color css
<style>
span { border-color: #CB455B; }
span { border-color: rgb(203,69,91); }
td.TdClassName
{
border-color: #CB455B;
}
.TagClassName
{
border-color: #CB455B;
}
</style>