Shades of Mandy #CB575C
Tints of Mandy #CB575C
RGB
CMYK
RGB Variations
Color information
#CB575C (or 0xCB575C) is known color: Mandy. HEX triplet: CB, 57 and 5C. RGB value is (203,87,92). Sum of RGB (Red+Green+Blue) = 203+87+92=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB575C is #34A8A3. Grayscale: #7A7A7A. Windows color (decimal): -3451044 or 6051787. OLE color: 6051787.
HSL color Cylindrical-coordinate representation of color #CB575C: hue angle of 357.41º 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 #CB575C is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 92 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.20 |
| HSL | 357.41º | 0.53% | 0.57% | - |
| HSV(B) | 357.41º | 0.57% | 0.8% | - |
| XYZ | 29.97 | 20.29 | 12.46 | - |
| YUV | 122.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 92 | 0 | 0.57 | 0.55 | 0.20 | 357.41 | 0.53 | 0.57 |
| Hex | CB | 57 | 5C | 0 | 39 | 37 | 14 | 165 | 35 | 39 |
| Octal | 313 | 127 | 134 | 0 | 71 | 67 | 24 | 545 | 65 | 71 |
| Binary | 11001011 | 1010111 | 1011100 | 0 | 111001 | 110111 | 10100 | 101100101 | 110101 | 111001 |
Color Harmonies of #CB575C
Complementary color
Monochromatic Colors of #CB575C
Black with #CB575C
Text Example
Text Example
White with #CB575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB575C; }
p { color: rgb(203,87,92); }
H1.HeaderClassName
{
color: #CB575C;
}
.AnyTagClassName
{
color: #CB575C;
}
</style>
background-color css
<style>
a { background-color: #CB575C; }
a { background-color: rgb(203,87,92); }
div.DivClassName
{
background-color: #CB575C;
}
.BgClassName
{
background-color: #CB575C;
}
</style>
border-color css
<style>
span { border-color: #CB575C; }
span { border-color: rgb(203,87,92); }
td.TdClassName
{
border-color: #CB575C;
}
.TagClassName
{
border-color: #CB575C;
}
</style>