Shades of Mandy #CF5C5D
Tints of Mandy #CF5C5D
RGB
CMYK
RGB Variations
Color information
#CF5C5D (or 0xCF5C5D) is known color: Mandy. HEX triplet: CF, 5C and 5D. RGB value is (207,92,93). Sum of RGB (Red+Green+Blue) = 207+92+93=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C5D is #30A3A2. Grayscale: #7E7E7E. Windows color (decimal): -3187619 or 6118607. OLE color: 6118607.
HSL color Cylindrical-coordinate representation of color #CF5C5D: hue angle of 359.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5C5D is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 93 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.19 |
| HSL | 359.48º | 0.55% | 0.59% | - |
| HSV(B) | 359.48º | 0.56% | 0.81% | - |
| XYZ | 31.54 | 21.71 | 12.88 | - |
| YUV | 126.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 93 | 0 | 0.56 | 0.55 | 0.19 | 359.48 | 0.55 | 0.59 |
| Hex | CF | 5C | 5D | 0 | 38 | 37 | 13 | 167 | 37 | 3B |
| Octal | 317 | 134 | 135 | 0 | 70 | 67 | 23 | 547 | 67 | 73 |
| Binary | 11001111 | 1011100 | 1011101 | 0 | 111000 | 110111 | 10011 | 101100111 | 110111 | 111011 |
Color Harmonies of #CF5C5D
Complementary color
Monochromatic Colors of #CF5C5D
Black with #CF5C5D
Text Example
Text Example
White with #CF5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C5D; }
p { color: rgb(207,92,93); }
H1.HeaderClassName
{
color: #CF5C5D;
}
.AnyTagClassName
{
color: #CF5C5D;
}
</style>
background-color css
<style>
a { background-color: #CF5C5D; }
a { background-color: rgb(207,92,93); }
div.DivClassName
{
background-color: #CF5C5D;
}
.BgClassName
{
background-color: #CF5C5D;
}
</style>
border-color css
<style>
span { border-color: #CF5C5D; }
span { border-color: rgb(207,92,93); }
td.TdClassName
{
border-color: #CF5C5D;
}
.TagClassName
{
border-color: #CF5C5D;
}
</style>