Shades of Mandy #CB4B55
Tints of Mandy #CB4B55
RGB
CMYK
RGB Variations
Color information
#CB4B55 (or 0xCB4B55) is known color: Mandy. HEX triplet: CB, 4B and 55. RGB value is (203,75,85). Sum of RGB (Red+Green+Blue) = 203+75+85=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B55 is #34B4AA. Grayscale: #727272. Windows color (decimal): -3454123 or 5589963. OLE color: 5589963.
HSL color Cylindrical-coordinate representation of color #CB4B55: hue angle of 355.31º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4B55 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 85 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.20 |
| HSL | 355.31º | 0.55% | 0.55% | - |
| HSV(B) | 355.31º | 0.63% | 0.8% | - |
| XYZ | 28.78 | 18.38 | 10.63 | - |
| YUV | 114.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 85 | 0 | 0.63 | 0.58 | 0.20 | 355.31 | 0.55 | 0.55 |
| Hex | CB | 4B | 55 | 0 | 3F | 3A | 14 | 163 | 37 | 37 |
| Octal | 313 | 113 | 125 | 0 | 77 | 72 | 24 | 543 | 67 | 67 |
| Binary | 11001011 | 1001011 | 1010101 | 0 | 111111 | 111010 | 10100 | 101100011 | 110111 | 110111 |
Color Harmonies of #CB4B55
Complementary color
Monochromatic Colors of #CB4B55
Black with #CB4B55
Text Example
Text Example
White with #CB4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B55; }
p { color: rgb(203,75,85); }
H1.HeaderClassName
{
color: #CB4B55;
}
.AnyTagClassName
{
color: #CB4B55;
}
</style>
background-color css
<style>
a { background-color: #CB4B55; }
a { background-color: rgb(203,75,85); }
div.DivClassName
{
background-color: #CB4B55;
}
.BgClassName
{
background-color: #CB4B55;
}
</style>
border-color css
<style>
span { border-color: #CB4B55; }
span { border-color: rgb(203,75,85); }
td.TdClassName
{
border-color: #CB4B55;
}
.TagClassName
{
border-color: #CB4B55;
}
</style>