Shades of Mandy #CF445D
Tints of Mandy #CF445D
RGB
CMYK
RGB Variations
Color information
#CF445D (or 0xCF445D) is known color: Mandy. HEX triplet: CF, 44 and 5D. RGB value is (207,68,93). Sum of RGB (Red+Green+Blue) = 207+68+93=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF445D is #30BBA2. Grayscale: #707070. Windows color (decimal): -3193763 or 6112463. OLE color: 6112463.
HSL color Cylindrical-coordinate representation of color #CF445D: hue angle of 349.21º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF445D is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 93 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.19 |
| HSL | 349.21º | 0.59% | 0.54% | - |
| HSV(B) | 349.21º | 0.67% | 0.81% | - |
| XYZ | 29.78 | 18.19 | 12.3 | - |
| YUV | 112.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 93 | 0 | 0.67 | 0.55 | 0.19 | 349.21 | 0.59 | 0.54 |
| Hex | CF | 44 | 5D | 0 | 43 | 37 | 13 | 15D | 3B | 36 |
| Octal | 317 | 104 | 135 | 0 | 103 | 67 | 23 | 535 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1011101 | 0 | 1000011 | 110111 | 10011 | 101011101 | 111011 | 110110 |
Color Harmonies of #CF445D
Complementary color
Monochromatic Colors of #CF445D
Black with #CF445D
Text Example
Text Example
White with #CF445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF445D; }
p { color: rgb(207,68,93); }
H1.HeaderClassName
{
color: #CF445D;
}
.AnyTagClassName
{
color: #CF445D;
}
</style>
background-color css
<style>
a { background-color: #CF445D; }
a { background-color: rgb(207,68,93); }
div.DivClassName
{
background-color: #CF445D;
}
.BgClassName
{
background-color: #CF445D;
}
</style>
border-color css
<style>
span { border-color: #CF445D; }
span { border-color: rgb(207,68,93); }
td.TdClassName
{
border-color: #CF445D;
}
.TagClassName
{
border-color: #CF445D;
}
</style>