Shades of Mandy #CB4D62
Tints of Mandy #CB4D62
RGB
CMYK
RGB Variations
Color information
#CB4D62 (or 0xCB4D62) is known color: Mandy. HEX triplet: CB, 4D and 62. RGB value is (203,77,98). Sum of RGB (Red+Green+Blue) = 203+77+98=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D62 is #34B29D. Grayscale: #757575. Windows color (decimal): -3453598 or 6442443. OLE color: 6442443.
HSL color Cylindrical-coordinate representation of color #CB4D62: hue angle of 350º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D62 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 98 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.20 |
| HSL | 350º | 0.55% | 0.55% | - |
| HSV(B) | 350º | 0.62% | 0.8% | - |
| XYZ | 29.49 | 18.89 | 13.65 | - |
| YUV | 117.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 98 | 0 | 0.62 | 0.52 | 0.20 | 350 | 0.55 | 0.55 |
| Hex | CB | 4D | 62 | 0 | 3E | 34 | 14 | 15E | 37 | 37 |
| Octal | 313 | 115 | 142 | 0 | 76 | 64 | 24 | 536 | 67 | 67 |
| Binary | 11001011 | 1001101 | 1100010 | 0 | 111110 | 110100 | 10100 | 101011110 | 110111 | 110111 |
Color Harmonies of #CB4D62
Complementary color
Monochromatic Colors of #CB4D62
Black with #CB4D62
Text Example
Text Example
White with #CB4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D62; }
p { color: rgb(203,77,98); }
H1.HeaderClassName
{
color: #CB4D62;
}
.AnyTagClassName
{
color: #CB4D62;
}
</style>
background-color css
<style>
a { background-color: #CB4D62; }
a { background-color: rgb(203,77,98); }
div.DivClassName
{
background-color: #CB4D62;
}
.BgClassName
{
background-color: #CB4D62;
}
</style>
border-color css
<style>
span { border-color: #CB4D62; }
span { border-color: rgb(203,77,98); }
td.TdClassName
{
border-color: #CB4D62;
}
.TagClassName
{
border-color: #CB4D62;
}
</style>