Shades of Mandy #CB4157
Tints of Mandy #CB4157
RGB
CMYK
RGB Variations
Color information
#CB4157 (or 0xCB4157) is known color: Mandy. HEX triplet: CB, 41 and 57. RGB value is (203,65,87). Sum of RGB (Red+Green+Blue) = 203+65+87=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4157 is #34BEA8. Grayscale: #6C6C6C. Windows color (decimal): -3456681 or 5718475. OLE color: 5718475.
HSL color Cylindrical-coordinate representation of color #CB4157: hue angle of 350.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4157 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 87 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.20 |
| HSL | 350.43º | 0.57% | 0.53% | - |
| HSV(B) | 350.43º | 0.68% | 0.8% | - |
| XYZ | 28.24 | 17.17 | 10.84 | - |
| YUV | 108.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 87 | 0 | 0.68 | 0.57 | 0.20 | 350.43 | 0.57 | 0.53 |
| Hex | CB | 41 | 57 | 0 | 44 | 39 | 14 | 15E | 39 | 35 |
| Octal | 313 | 101 | 127 | 0 | 104 | 71 | 24 | 536 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1010111 | 0 | 1000100 | 111001 | 10100 | 101011110 | 111001 | 110101 |
Color Harmonies of #CB4157
Complementary color
Monochromatic Colors of #CB4157
Black with #CB4157
Text Example
Text Example
White with #CB4157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4157; }
p { color: rgb(203,65,87); }
H1.HeaderClassName
{
color: #CB4157;
}
.AnyTagClassName
{
color: #CB4157;
}
</style>
background-color css
<style>
a { background-color: #CB4157; }
a { background-color: rgb(203,65,87); }
div.DivClassName
{
background-color: #CB4157;
}
.BgClassName
{
background-color: #CB4157;
}
</style>
border-color css
<style>
span { border-color: #CB4157; }
span { border-color: rgb(203,65,87); }
td.TdClassName
{
border-color: #CB4157;
}
.TagClassName
{
border-color: #CB4157;
}
</style>