Shades of Mandy #CB575F
Tints of Mandy #CB575F
RGB
CMYK
RGB Variations
Color information
#CB575F (or 0xCB575F) is known color: Mandy. HEX triplet: CB, 57 and 5F. RGB value is (203,87,95). Sum of RGB (Red+Green+Blue) = 203+87+95=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB575F is #34A8A0. Grayscale: #7A7A7A. Windows color (decimal): -3451041 or 6248395. OLE color: 6248395.
HSL color Cylindrical-coordinate representation of color #CB575F: hue angle of 355.86º 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 #CB575F is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 95 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.20 |
| HSL | 355.86º | 0.53% | 0.57% | - |
| HSV(B) | 355.86º | 0.57% | 0.8% | - |
| XYZ | 30.1 | 20.34 | 13.17 | - |
| YUV | 122.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 95 | 0 | 0.57 | 0.53 | 0.20 | 355.86 | 0.53 | 0.57 |
| Hex | CB | 57 | 5F | 0 | 39 | 35 | 14 | 164 | 35 | 39 |
| Octal | 313 | 127 | 137 | 0 | 71 | 65 | 24 | 544 | 65 | 71 |
| Binary | 11001011 | 1010111 | 1011111 | 0 | 111001 | 110101 | 10100 | 101100100 | 110101 | 111001 |
Color Harmonies of #CB575F
Complementary color
Monochromatic Colors of #CB575F
Black with #CB575F
Text Example
Text Example
White with #CB575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB575F; }
p { color: rgb(203,87,95); }
H1.HeaderClassName
{
color: #CB575F;
}
.AnyTagClassName
{
color: #CB575F;
}
</style>
background-color css
<style>
a { background-color: #CB575F; }
a { background-color: rgb(203,87,95); }
div.DivClassName
{
background-color: #CB575F;
}
.BgClassName
{
background-color: #CB575F;
}
</style>
border-color css
<style>
span { border-color: #CB575F; }
span { border-color: rgb(203,87,95); }
td.TdClassName
{
border-color: #CB575F;
}
.TagClassName
{
border-color: #CB575F;
}
</style>