Shades of Mandy #CB585C
Tints of Mandy #CB585C
RGB
CMYK
RGB Variations
Color information
#CB585C (or 0xCB585C) is known color: Mandy. HEX triplet: CB, 58 and 5C. RGB value is (203,88,92). Sum of RGB (Red+Green+Blue) = 203+88+92=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB585C is #34A7A3. Grayscale: #7A7A7A. Windows color (decimal): -3450788 or 6052043. OLE color: 6052043.
HSL color Cylindrical-coordinate representation of color #CB585C: hue angle of 357.91º 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 #CB585C is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 92 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.20 |
| HSL | 357.91º | 0.53% | 0.57% | - |
| HSV(B) | 357.91º | 0.57% | 0.8% | - |
| XYZ | 30.05 | 20.45 | 12.49 | - |
| YUV | 122.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 92 | 0 | 0.57 | 0.55 | 0.20 | 357.91 | 0.53 | 0.57 |
| Hex | CB | 58 | 5C | 0 | 39 | 37 | 14 | 166 | 35 | 39 |
| Octal | 313 | 130 | 134 | 0 | 71 | 67 | 24 | 546 | 65 | 71 |
| Binary | 11001011 | 1011000 | 1011100 | 0 | 111001 | 110111 | 10100 | 101100110 | 110101 | 111001 |
Color Harmonies of #CB585C
Complementary color
Monochromatic Colors of #CB585C
Black with #CB585C
Text Example
Text Example
White with #CB585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB585C; }
p { color: rgb(203,88,92); }
H1.HeaderClassName
{
color: #CB585C;
}
.AnyTagClassName
{
color: #CB585C;
}
</style>
background-color css
<style>
a { background-color: #CB585C; }
a { background-color: rgb(203,88,92); }
div.DivClassName
{
background-color: #CB585C;
}
.BgClassName
{
background-color: #CB585C;
}
</style>
border-color css
<style>
span { border-color: #CB585C; }
span { border-color: rgb(203,88,92); }
td.TdClassName
{
border-color: #CB585C;
}
.TagClassName
{
border-color: #CB585C;
}
</style>