Shades of Mandy #CB5258
Tints of Mandy #CB5258
RGB
CMYK
RGB Variations
Color information
#CB5258 (or 0xCB5258) is known color: Mandy. HEX triplet: CB, 52 and 58. RGB value is (203,82,88). Sum of RGB (Red+Green+Blue) = 203+82+88=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5258 is #34ADA7. Grayscale: #767676. Windows color (decimal): -3452328 or 5788363. OLE color: 5788363.
HSL color Cylindrical-coordinate representation of color #CB5258: hue angle of 357.02º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5258 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 88 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.20 |
| HSL | 357.02º | 0.54% | 0.56% | - |
| HSV(B) | 357.02º | 0.6% | 0.8% | - |
| XYZ | 29.41 | 19.44 | 11.43 | - |
| YUV | 118.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 88 | 0 | 0.60 | 0.57 | 0.20 | 357.02 | 0.54 | 0.56 |
| Hex | CB | 52 | 58 | 0 | 3C | 39 | 14 | 165 | 36 | 38 |
| Octal | 313 | 122 | 130 | 0 | 74 | 71 | 24 | 545 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1011000 | 0 | 111100 | 111001 | 10100 | 101100101 | 110110 | 111000 |
Color Harmonies of #CB5258
Complementary color
Monochromatic Colors of #CB5258
Black with #CB5258
Text Example
Text Example
White with #CB5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5258; }
p { color: rgb(203,82,88); }
H1.HeaderClassName
{
color: #CB5258;
}
.AnyTagClassName
{
color: #CB5258;
}
</style>
background-color css
<style>
a { background-color: #CB5258; }
a { background-color: rgb(203,82,88); }
div.DivClassName
{
background-color: #CB5258;
}
.BgClassName
{
background-color: #CB5258;
}
</style>
border-color css
<style>
span { border-color: #CB5258; }
span { border-color: rgb(203,82,88); }
td.TdClassName
{
border-color: #CB5258;
}
.TagClassName
{
border-color: #CB5258;
}
</style>