Shades of Mandy #CB5865
Tints of Mandy #CB5865
RGB
CMYK
RGB Variations
Color information
#CB5865 (or 0xCB5865) is known color: Mandy. HEX triplet: CB, 58 and 65. RGB value is (203,88,101). Sum of RGB (Red+Green+Blue) = 203+88+101=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5865 is #34A79A. Grayscale: #7B7B7B. Windows color (decimal): -3450779 or 6641867. OLE color: 6641867.
HSL color Cylindrical-coordinate representation of color #CB5865: hue angle of 353.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5865 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 101 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.20 |
| HSL | 353.22º | 0.53% | 0.57% | - |
| HSV(B) | 353.22º | 0.57% | 0.8% | - |
| XYZ | 30.47 | 20.62 | 14.69 | - |
| YUV | 123.87 | 115.1 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 101 | 0 | 0.57 | 0.50 | 0.20 | 353.22 | 0.53 | 0.57 |
| Hex | CB | 58 | 65 | 0 | 39 | 32 | 14 | 161 | 35 | 39 |
| Octal | 313 | 130 | 145 | 0 | 71 | 62 | 24 | 541 | 65 | 71 |
| Binary | 11001011 | 1011000 | 1100101 | 0 | 111001 | 110010 | 10100 | 101100001 | 110101 | 111001 |
Color Harmonies of #CB5865
Complementary color
Monochromatic Colors of #CB5865
Black with #CB5865
Text Example
Text Example
White with #CB5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5865; }
p { color: rgb(203,88,101); }
H1.HeaderClassName
{
color: #CB5865;
}
.AnyTagClassName
{
color: #CB5865;
}
</style>
background-color css
<style>
a { background-color: #CB5865; }
a { background-color: rgb(203,88,101); }
div.DivClassName
{
background-color: #CB5865;
}
.BgClassName
{
background-color: #CB5865;
}
</style>
border-color css
<style>
span { border-color: #CB5865; }
span { border-color: rgb(203,88,101); }
td.TdClassName
{
border-color: #CB5865;
}
.TagClassName
{
border-color: #CB5865;
}
</style>