Shades of Mandy #CB565C
Tints of Mandy #CB565C
RGB
CMYK
RGB Variations
Color information
#CB565C (or 0xCB565C) is known color: Mandy. HEX triplet: CB, 56 and 5C. RGB value is (203,86,92). Sum of RGB (Red+Green+Blue) = 203+86+92=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB565C is #34A9A3. Grayscale: #797979. Windows color (decimal): -3451300 or 6051531. OLE color: 6051531.
HSL color Cylindrical-coordinate representation of color #CB565C: hue angle of 356.92º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB565C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 92 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.20 |
| HSL | 356.92º | 0.53% | 0.57% | - |
| HSV(B) | 356.92º | 0.58% | 0.8% | - |
| XYZ | 29.89 | 20.12 | 12.43 | - |
| YUV | 121.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 92 | 0 | 0.58 | 0.55 | 0.20 | 356.92 | 0.53 | 0.57 |
| Hex | CB | 56 | 5C | 0 | 3A | 37 | 14 | 165 | 35 | 39 |
| Octal | 313 | 126 | 134 | 0 | 72 | 67 | 24 | 545 | 65 | 71 |
| Binary | 11001011 | 1010110 | 1011100 | 0 | 111010 | 110111 | 10100 | 101100101 | 110101 | 111001 |
Color Harmonies of #CB565C
Complementary color
Monochromatic Colors of #CB565C
Black with #CB565C
Text Example
Text Example
White with #CB565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB565C; }
p { color: rgb(203,86,92); }
H1.HeaderClassName
{
color: #CB565C;
}
.AnyTagClassName
{
color: #CB565C;
}
</style>
background-color css
<style>
a { background-color: #CB565C; }
a { background-color: rgb(203,86,92); }
div.DivClassName
{
background-color: #CB565C;
}
.BgClassName
{
background-color: #CB565C;
}
</style>
border-color css
<style>
span { border-color: #CB565C; }
span { border-color: rgb(203,86,92); }
td.TdClassName
{
border-color: #CB565C;
}
.TagClassName
{
border-color: #CB565C;
}
</style>