Shades of Mandy #CB5358
Tints of Mandy #CB5358
RGB
CMYK
RGB Variations
Color information
#CB5358 (or 0xCB5358) is known color: Mandy. HEX triplet: CB, 53 and 58. RGB value is (203,83,88). Sum of RGB (Red+Green+Blue) = 203+83+88=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5358 is #34ACA7. Grayscale: #777777. Windows color (decimal): -3452072 or 5788619. OLE color: 5788619.
HSL color Cylindrical-coordinate representation of color #CB5358: hue angle of 357.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5358 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 88 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.20 |
| HSL | 357.5º | 0.54% | 0.56% | - |
| HSV(B) | 357.5º | 0.59% | 0.8% | - |
| XYZ | 29.48 | 19.59 | 11.46 | - |
| YUV | 119.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 88 | 0 | 0.59 | 0.57 | 0.20 | 357.5 | 0.54 | 0.56 |
| Hex | CB | 53 | 58 | 0 | 3B | 39 | 14 | 166 | 36 | 38 |
| Octal | 313 | 123 | 130 | 0 | 73 | 71 | 24 | 546 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1011000 | 0 | 111011 | 111001 | 10100 | 101100110 | 110110 | 111000 |
Color Harmonies of #CB5358
Complementary color
Monochromatic Colors of #CB5358
Black with #CB5358
Text Example
Text Example
White with #CB5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5358; }
p { color: rgb(203,83,88); }
H1.HeaderClassName
{
color: #CB5358;
}
.AnyTagClassName
{
color: #CB5358;
}
</style>
background-color css
<style>
a { background-color: #CB5358; }
a { background-color: rgb(203,83,88); }
div.DivClassName
{
background-color: #CB5358;
}
.BgClassName
{
background-color: #CB5358;
}
</style>
border-color css
<style>
span { border-color: #CB5358; }
span { border-color: rgb(203,83,88); }
td.TdClassName
{
border-color: #CB5358;
}
.TagClassName
{
border-color: #CB5358;
}
</style>