Shades of Mandy #CB4A56
Tints of Mandy #CB4A56
RGB
CMYK
RGB Variations
Color information
#CB4A56 (or 0xCB4A56) is known color: Mandy. HEX triplet: CB, 4A and 56. RGB value is (203,74,86). Sum of RGB (Red+Green+Blue) = 203+74+86=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4A56 is #34B5A9. Grayscale: #727272. Windows color (decimal): -3454378 or 5655243. OLE color: 5655243.
HSL color Cylindrical-coordinate representation of color #CB4A56: hue angle of 354.42º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4A56 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 86 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.20 |
| HSL | 354.42º | 0.55% | 0.54% | - |
| HSV(B) | 354.42º | 0.64% | 0.8% | - |
| XYZ | 28.76 | 18.27 | 10.81 | - |
| YUV | 113.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 86 | 0 | 0.64 | 0.58 | 0.20 | 354.42 | 0.55 | 0.54 |
| Hex | CB | 4A | 56 | 0 | 40 | 3A | 14 | 162 | 37 | 36 |
| Octal | 313 | 112 | 126 | 0 | 100 | 72 | 24 | 542 | 67 | 66 |
| Binary | 11001011 | 1001010 | 1010110 | 0 | 1000000 | 111010 | 10100 | 101100010 | 110111 | 110110 |
Color Harmonies of #CB4A56
Complementary color
Monochromatic Colors of #CB4A56
Black with #CB4A56
Text Example
Text Example
White with #CB4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A56; }
p { color: rgb(203,74,86); }
H1.HeaderClassName
{
color: #CB4A56;
}
.AnyTagClassName
{
color: #CB4A56;
}
</style>
background-color css
<style>
a { background-color: #CB4A56; }
a { background-color: rgb(203,74,86); }
div.DivClassName
{
background-color: #CB4A56;
}
.BgClassName
{
background-color: #CB4A56;
}
</style>
border-color css
<style>
span { border-color: #CB4A56; }
span { border-color: rgb(203,74,86); }
td.TdClassName
{
border-color: #CB4A56;
}
.TagClassName
{
border-color: #CB4A56;
}
</style>