Shades of Mandy #CF575C
Tints of Mandy #CF575C
RGB
CMYK
RGB Variations
Color information
#CF575C (or 0xCF575C) is known color: Mandy. HEX triplet: CF, 57 and 5C. RGB value is (207,87,92). Sum of RGB (Red+Green+Blue) = 207+87+92=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF575C is #30A8A3. Grayscale: #7B7B7B. Windows color (decimal): -3188900 or 6051791. OLE color: 6051791.
HSL color Cylindrical-coordinate representation of color #CF575C: hue angle of 357.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF575C is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 92 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.19 |
| HSL | 357.5º | 0.56% | 0.58% | - |
| HSV(B) | 357.5º | 0.58% | 0.81% | - |
| XYZ | 31.07 | 20.85 | 12.51 | - |
| YUV | 123.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 92 | 0 | 0.58 | 0.56 | 0.19 | 357.5 | 0.56 | 0.58 |
| Hex | CF | 57 | 5C | 0 | 3A | 38 | 13 | 166 | 38 | 3A |
| Octal | 317 | 127 | 134 | 0 | 72 | 70 | 23 | 546 | 70 | 72 |
| Binary | 11001111 | 1010111 | 1011100 | 0 | 111010 | 111000 | 10011 | 101100110 | 111000 | 111010 |
Color Harmonies of #CF575C
Complementary color
Monochromatic Colors of #CF575C
Black with #CF575C
Text Example
Text Example
White with #CF575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF575C; }
p { color: rgb(207,87,92); }
H1.HeaderClassName
{
color: #CF575C;
}
.AnyTagClassName
{
color: #CF575C;
}
</style>
background-color css
<style>
a { background-color: #CF575C; }
a { background-color: rgb(207,87,92); }
div.DivClassName
{
background-color: #CF575C;
}
.BgClassName
{
background-color: #CF575C;
}
</style>
border-color css
<style>
span { border-color: #CF575C; }
span { border-color: rgb(207,87,92); }
td.TdClassName
{
border-color: #CF575C;
}
.TagClassName
{
border-color: #CF575C;
}
</style>