Shades of Mandy #CB4955
Tints of Mandy #CB4955
RGB
CMYK
RGB Variations
Color information
#CB4955 (or 0xCB4955) is known color: Mandy. HEX triplet: CB, 49 and 55. RGB value is (203,73,85). Sum of RGB (Red+Green+Blue) = 203+73+85=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4955 is #34B6AA. Grayscale: #717171. Windows color (decimal): -3454635 or 5589451. OLE color: 5589451.
HSL color Cylindrical-coordinate representation of color #CB4955: hue angle of 354.46º degrees, saturation: 0.56, 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 #CB4955 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 85 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.20 |
| HSL | 354.46º | 0.56% | 0.54% | - |
| HSV(B) | 354.46º | 0.64% | 0.8% | - |
| XYZ | 28.65 | 18.12 | 10.58 | - |
| YUV | 113.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 85 | 0 | 0.64 | 0.58 | 0.20 | 354.46 | 0.56 | 0.54 |
| Hex | CB | 49 | 55 | 0 | 40 | 3A | 14 | 162 | 38 | 36 |
| Octal | 313 | 111 | 125 | 0 | 100 | 72 | 24 | 542 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1010101 | 0 | 1000000 | 111010 | 10100 | 101100010 | 111000 | 110110 |
Color Harmonies of #CB4955
Complementary color
Monochromatic Colors of #CB4955
Black with #CB4955
Text Example
Text Example
White with #CB4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4955; }
p { color: rgb(203,73,85); }
H1.HeaderClassName
{
color: #CB4955;
}
.AnyTagClassName
{
color: #CB4955;
}
</style>
background-color css
<style>
a { background-color: #CB4955; }
a { background-color: rgb(203,73,85); }
div.DivClassName
{
background-color: #CB4955;
}
.BgClassName
{
background-color: #CB4955;
}
</style>
border-color css
<style>
span { border-color: #CB4955; }
span { border-color: rgb(203,73,85); }
td.TdClassName
{
border-color: #CB4955;
}
.TagClassName
{
border-color: #CB4955;
}
</style>