Shades of Mandy #CB575D
Tints of Mandy #CB575D
RGB
CMYK
RGB Variations
Color information
#CB575D (or 0xCB575D) is known color: Mandy. HEX triplet: CB, 57 and 5D. RGB value is (203,87,93). Sum of RGB (Red+Green+Blue) = 203+87+93=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB575D is #34A8A2. Grayscale: #7A7A7A. Windows color (decimal): -3451043 or 6117323. OLE color: 6117323.
HSL color Cylindrical-coordinate representation of color #CB575D: hue angle of 356.9º 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 #CB575D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 93 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.20 |
| HSL | 356.9º | 0.53% | 0.57% | - |
| HSV(B) | 356.9º | 0.57% | 0.8% | - |
| XYZ | 30.01 | 20.3 | 12.69 | - |
| YUV | 122.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 93 | 0 | 0.57 | 0.54 | 0.20 | 356.9 | 0.53 | 0.57 |
| Hex | CB | 57 | 5D | 0 | 39 | 36 | 14 | 165 | 35 | 39 |
| Octal | 313 | 127 | 135 | 0 | 71 | 66 | 24 | 545 | 65 | 71 |
| Binary | 11001011 | 1010111 | 1011101 | 0 | 111001 | 110110 | 10100 | 101100101 | 110101 | 111001 |
Color Harmonies of #CB575D
Complementary color
Monochromatic Colors of #CB575D
Black with #CB575D
Text Example
Text Example
White with #CB575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB575D; }
p { color: rgb(203,87,93); }
H1.HeaderClassName
{
color: #CB575D;
}
.AnyTagClassName
{
color: #CB575D;
}
</style>
background-color css
<style>
a { background-color: #CB575D; }
a { background-color: rgb(203,87,93); }
div.DivClassName
{
background-color: #CB575D;
}
.BgClassName
{
background-color: #CB575D;
}
</style>
border-color css
<style>
span { border-color: #CB575D; }
span { border-color: rgb(203,87,93); }
td.TdClassName
{
border-color: #CB575D;
}
.TagClassName
{
border-color: #CB575D;
}
</style>