Shades of Mandy #CB555F
Tints of Mandy #CB555F
RGB
CMYK
RGB Variations
Color information
#CB555F (or 0xCB555F) is known color: Mandy. HEX triplet: CB, 55 and 5F. RGB value is (203,85,95). Sum of RGB (Red+Green+Blue) = 203+85+95=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB555F is #34AAA0. Grayscale: #797979. Windows color (decimal): -3451553 or 6247883. OLE color: 6247883.
HSL color Cylindrical-coordinate representation of color #CB555F: hue angle of 354.92º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB555F is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 95 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.20 |
| HSL | 354.92º | 0.53% | 0.56% | - |
| HSV(B) | 354.92º | 0.58% | 0.8% | - |
| XYZ | 29.94 | 20.02 | 13.11 | - |
| YUV | 121.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 95 | 0 | 0.58 | 0.53 | 0.20 | 354.92 | 0.53 | 0.56 |
| Hex | CB | 55 | 5F | 0 | 3A | 35 | 14 | 163 | 35 | 38 |
| Octal | 313 | 125 | 137 | 0 | 72 | 65 | 24 | 543 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1011111 | 0 | 111010 | 110101 | 10100 | 101100011 | 110101 | 111000 |
Color Harmonies of #CB555F
Complementary color
Monochromatic Colors of #CB555F
Black with #CB555F
Text Example
Text Example
White with #CB555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB555F; }
p { color: rgb(203,85,95); }
H1.HeaderClassName
{
color: #CB555F;
}
.AnyTagClassName
{
color: #CB555F;
}
</style>
background-color css
<style>
a { background-color: #CB555F; }
a { background-color: rgb(203,85,95); }
div.DivClassName
{
background-color: #CB555F;
}
.BgClassName
{
background-color: #CB555F;
}
</style>
border-color css
<style>
span { border-color: #CB555F; }
span { border-color: rgb(203,85,95); }
td.TdClassName
{
border-color: #CB555F;
}
.TagClassName
{
border-color: #CB555F;
}
</style>