Shades of Mandy #CF444B
Tints of Mandy #CF444B
RGB
CMYK
RGB Variations
Color information
#CF444B (or 0xCF444B) is known color: Mandy. HEX triplet: CF, 44 and 4B. RGB value is (207,68,75). Sum of RGB (Red+Green+Blue) = 207+68+75=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF444B is #30BBB4. Grayscale: #6E6E6E. Windows color (decimal): -3193781 or 4932815. OLE color: 4932815.
HSL color Cylindrical-coordinate representation of color #CF444B: hue angle of 356.98º 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 #CF444B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 75 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.19 |
| HSL | 356.98º | 0.59% | 0.54% | - |
| HSV(B) | 356.98º | 0.67% | 0.81% | - |
| XYZ | 29.07 | 17.91 | 8.58 | - |
| YUV | 110.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 75 | 0 | 0.67 | 0.64 | 0.19 | 356.98 | 0.59 | 0.54 |
| Hex | CF | 44 | 4B | 0 | 43 | 40 | 13 | 165 | 3B | 36 |
| Octal | 317 | 104 | 113 | 0 | 103 | 100 | 23 | 545 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1001011 | 0 | 1000011 | 1000000 | 10011 | 101100101 | 111011 | 110110 |
Color Harmonies of #CF444B
Complementary color
Monochromatic Colors of #CF444B
Black with #CF444B
Text Example
Text Example
White with #CF444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF444B; }
p { color: rgb(207,68,75); }
H1.HeaderClassName
{
color: #CF444B;
}
.AnyTagClassName
{
color: #CF444B;
}
</style>
background-color css
<style>
a { background-color: #CF444B; }
a { background-color: rgb(207,68,75); }
div.DivClassName
{
background-color: #CF444B;
}
.BgClassName
{
background-color: #CF444B;
}
</style>
border-color css
<style>
span { border-color: #CF444B; }
span { border-color: rgb(207,68,75); }
td.TdClassName
{
border-color: #CF444B;
}
.TagClassName
{
border-color: #CF444B;
}
</style>