Shades of Mandy #CF4454
Tints of Mandy #CF4454
RGB
CMYK
RGB Variations
Color information
#CF4454 (or 0xCF4454) is known color: Mandy. HEX triplet: CF, 44 and 54. RGB value is (207,68,84). Sum of RGB (Red+Green+Blue) = 207+68+84=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4454 is #30BBAB. Grayscale: #6F6F6F. Windows color (decimal): -3193772 or 5522639. OLE color: 5522639.
HSL color Cylindrical-coordinate representation of color #CF4454: hue angle of 353.09º 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 #CF4454 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 84 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.19 |
| HSL | 353.09º | 0.59% | 0.54% | - |
| HSV(B) | 353.09º | 0.67% | 0.81% | - |
| XYZ | 29.4 | 18.04 | 10.32 | - |
| YUV | 111.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 84 | 0 | 0.67 | 0.59 | 0.19 | 353.09 | 0.59 | 0.54 |
| Hex | CF | 44 | 54 | 0 | 43 | 3B | 13 | 161 | 3B | 36 |
| Octal | 317 | 104 | 124 | 0 | 103 | 73 | 23 | 541 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1010100 | 0 | 1000011 | 111011 | 10011 | 101100001 | 111011 | 110110 |
Color Harmonies of #CF4454
Complementary color
Monochromatic Colors of #CF4454
Black with #CF4454
Text Example
Text Example
White with #CF4454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4454; }
p { color: rgb(207,68,84); }
H1.HeaderClassName
{
color: #CF4454;
}
.AnyTagClassName
{
color: #CF4454;
}
</style>
background-color css
<style>
a { background-color: #CF4454; }
a { background-color: rgb(207,68,84); }
div.DivClassName
{
background-color: #CF4454;
}
.BgClassName
{
background-color: #CF4454;
}
</style>
border-color css
<style>
span { border-color: #CF4454; }
span { border-color: rgb(207,68,84); }
td.TdClassName
{
border-color: #CF4454;
}
.TagClassName
{
border-color: #CF4454;
}
</style>