Shades of Mandy #CB575B
Tints of Mandy #CB575B
RGB
CMYK
RGB Variations
Color information
#CB575B (or 0xCB575B) is known color: Mandy. HEX triplet: CB, 57 and 5B. RGB value is (203,87,91). Sum of RGB (Red+Green+Blue) = 203+87+91=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB575B is #34A8A4. Grayscale: #7A7A7A. Windows color (decimal): -3451045 or 5986251. OLE color: 5986251.
HSL color Cylindrical-coordinate representation of color #CB575B: hue angle of 357.93º 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 #CB575B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 91 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.20 |
| HSL | 357.93º | 0.53% | 0.57% | - |
| HSV(B) | 357.93º | 0.57% | 0.8% | - |
| XYZ | 29.93 | 20.27 | 12.23 | - |
| YUV | 122.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 91 | 0 | 0.57 | 0.55 | 0.20 | 357.93 | 0.53 | 0.57 |
| Hex | CB | 57 | 5B | 0 | 39 | 37 | 14 | 166 | 35 | 39 |
| Octal | 313 | 127 | 133 | 0 | 71 | 67 | 24 | 546 | 65 | 71 |
| Binary | 11001011 | 1010111 | 1011011 | 0 | 111001 | 110111 | 10100 | 101100110 | 110101 | 111001 |
Color Harmonies of #CB575B
Complementary color
Monochromatic Colors of #CB575B
Black with #CB575B
Text Example
Text Example
White with #CB575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB575B; }
p { color: rgb(203,87,91); }
H1.HeaderClassName
{
color: #CB575B;
}
.AnyTagClassName
{
color: #CB575B;
}
</style>
background-color css
<style>
a { background-color: #CB575B; }
a { background-color: rgb(203,87,91); }
div.DivClassName
{
background-color: #CB575B;
}
.BgClassName
{
background-color: #CB575B;
}
</style>
border-color css
<style>
span { border-color: #CB575B; }
span { border-color: rgb(203,87,91); }
td.TdClassName
{
border-color: #CB575B;
}
.TagClassName
{
border-color: #CB575B;
}
</style>