Shades of Mandy #CB4855
Tints of Mandy #CB4855
RGB
CMYK
RGB Variations
Color information
#CB4855 (or 0xCB4855) is known color: Mandy. HEX triplet: CB, 48 and 55. RGB value is (203,72,85). Sum of RGB (Red+Green+Blue) = 203+72+85=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4855 is #34B7AA. Grayscale: #707070. Windows color (decimal): -3454891 or 5589195. OLE color: 5589195.
HSL color Cylindrical-coordinate representation of color #CB4855: hue angle of 354.05º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4855 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 85 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.20 |
| HSL | 354.05º | 0.56% | 0.54% | - |
| HSV(B) | 354.05º | 0.65% | 0.8% | - |
| XYZ | 28.59 | 17.99 | 10.56 | - |
| YUV | 112.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 85 | 0 | 0.65 | 0.58 | 0.20 | 354.05 | 0.56 | 0.54 |
| Hex | CB | 48 | 55 | 0 | 41 | 3A | 14 | 162 | 38 | 36 |
| Octal | 313 | 110 | 125 | 0 | 101 | 72 | 24 | 542 | 70 | 66 |
| Binary | 11001011 | 1001000 | 1010101 | 0 | 1000001 | 111010 | 10100 | 101100010 | 111000 | 110110 |
Color Harmonies of #CB4855
Complementary color
Monochromatic Colors of #CB4855
Black with #CB4855
Text Example
Text Example
White with #CB4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4855; }
p { color: rgb(203,72,85); }
H1.HeaderClassName
{
color: #CB4855;
}
.AnyTagClassName
{
color: #CB4855;
}
</style>
background-color css
<style>
a { background-color: #CB4855; }
a { background-color: rgb(203,72,85); }
div.DivClassName
{
background-color: #CB4855;
}
.BgClassName
{
background-color: #CB4855;
}
</style>
border-color css
<style>
span { border-color: #CB4855; }
span { border-color: rgb(203,72,85); }
td.TdClassName
{
border-color: #CB4855;
}
.TagClassName
{
border-color: #CB4855;
}
</style>