Shades of Mandy #CB3F54
Tints of Mandy #CB3F54
RGB
CMYK
RGB Variations
Color information
#CB3F54 (or 0xCB3F54) is known color: Mandy. HEX triplet: CB, 3F and 54. RGB value is (203,63,84). Sum of RGB (Red+Green+Blue) = 203+63+84=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3F54 is #34C0AB. Grayscale: #6B6B6B. Windows color (decimal): -3457196 or 5521355. OLE color: 5521355.
HSL color Cylindrical-coordinate representation of color #CB3F54: hue angle of 351º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3F54 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 84 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.20 |
| HSL | 351º | 0.57% | 0.52% | - |
| HSV(B) | 351º | 0.69% | 0.8% | - |
| XYZ | 28.01 | 16.89 | 10.17 | - |
| YUV | 107.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 84 | 0 | 0.69 | 0.59 | 0.20 | 351 | 0.57 | 0.52 |
| Hex | CB | 3F | 54 | 0 | 45 | 3B | 14 | 15F | 39 | 34 |
| Octal | 313 | 77 | 124 | 0 | 105 | 73 | 24 | 537 | 71 | 64 |
| Binary | 11001011 | 111111 | 1010100 | 0 | 1000101 | 111011 | 10100 | 101011111 | 111001 | 110100 |
Color Harmonies of #CB3F54
Complementary color
Monochromatic Colors of #CB3F54
Black with #CB3F54
Text Example
Text Example
White with #CB3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F54; }
p { color: rgb(203,63,84); }
H1.HeaderClassName
{
color: #CB3F54;
}
.AnyTagClassName
{
color: #CB3F54;
}
</style>
background-color css
<style>
a { background-color: #CB3F54; }
a { background-color: rgb(203,63,84); }
div.DivClassName
{
background-color: #CB3F54;
}
.BgClassName
{
background-color: #CB3F54;
}
</style>
border-color css
<style>
span { border-color: #CB3F54; }
span { border-color: rgb(203,63,84); }
td.TdClassName
{
border-color: #CB3F54;
}
.TagClassName
{
border-color: #CB3F54;
}
</style>