Shades of Mandy #CB4854
Tints of Mandy #CB4854
RGB
CMYK
RGB Variations
Color information
#CB4854 (or 0xCB4854) is known color: Mandy. HEX triplet: CB, 48 and 54. RGB value is (203,72,84). Sum of RGB (Red+Green+Blue) = 203+72+84=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4854 is #34B7AB. Grayscale: #707070. Windows color (decimal): -3454892 or 5523659. OLE color: 5523659.
HSL color Cylindrical-coordinate representation of color #CB4854: hue angle of 354.5º 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 #CB4854 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 84 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.20 |
| HSL | 354.5º | 0.56% | 0.54% | - |
| HSV(B) | 354.5º | 0.65% | 0.8% | - |
| XYZ | 28.55 | 17.97 | 10.35 | - |
| YUV | 112.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 84 | 0 | 0.65 | 0.59 | 0.20 | 354.5 | 0.56 | 0.54 |
| Hex | CB | 48 | 54 | 0 | 41 | 3B | 14 | 163 | 38 | 36 |
| Octal | 313 | 110 | 124 | 0 | 101 | 73 | 24 | 543 | 70 | 66 |
| Binary | 11001011 | 1001000 | 1010100 | 0 | 1000001 | 111011 | 10100 | 101100011 | 111000 | 110110 |
Color Harmonies of #CB4854
Complementary color
Monochromatic Colors of #CB4854
Black with #CB4854
Text Example
Text Example
White with #CB4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4854; }
p { color: rgb(203,72,84); }
H1.HeaderClassName
{
color: #CB4854;
}
.AnyTagClassName
{
color: #CB4854;
}
</style>
background-color css
<style>
a { background-color: #CB4854; }
a { background-color: rgb(203,72,84); }
div.DivClassName
{
background-color: #CB4854;
}
.BgClassName
{
background-color: #CB4854;
}
</style>
border-color css
<style>
span { border-color: #CB4854; }
span { border-color: rgb(203,72,84); }
td.TdClassName
{
border-color: #CB4854;
}
.TagClassName
{
border-color: #CB4854;
}
</style>