Shades of Mandy #CF454B
Tints of Mandy #CF454B
RGB
CMYK
RGB Variations
Color information
#CF454B (or 0xCF454B) is known color: Mandy. HEX triplet: CF, 45 and 4B. RGB value is (207,69,75). Sum of RGB (Red+Green+Blue) = 207+69+75=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF454B is #30BAB4. Grayscale: #6F6F6F. Windows color (decimal): -3193525 or 4933071. OLE color: 4933071.
HSL color Cylindrical-coordinate representation of color #CF454B: hue angle of 357.39º 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 #CF454B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 75 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.19 |
| HSL | 357.39º | 0.59% | 0.54% | - |
| HSV(B) | 357.39º | 0.67% | 0.81% | - |
| XYZ | 29.13 | 18.03 | 8.6 | - |
| YUV | 110.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 75 | 0 | 0.67 | 0.64 | 0.19 | 357.39 | 0.59 | 0.54 |
| Hex | CF | 45 | 4B | 0 | 43 | 40 | 13 | 165 | 3B | 36 |
| Octal | 317 | 105 | 113 | 0 | 103 | 100 | 23 | 545 | 73 | 66 |
| Binary | 11001111 | 1000101 | 1001011 | 0 | 1000011 | 1000000 | 10011 | 101100101 | 111011 | 110110 |
Color Harmonies of #CF454B
Complementary color
Monochromatic Colors of #CF454B
Black with #CF454B
Text Example
Text Example
White with #CF454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF454B; }
p { color: rgb(207,69,75); }
H1.HeaderClassName
{
color: #CF454B;
}
.AnyTagClassName
{
color: #CF454B;
}
</style>
background-color css
<style>
a { background-color: #CF454B; }
a { background-color: rgb(207,69,75); }
div.DivClassName
{
background-color: #CF454B;
}
.BgClassName
{
background-color: #CF454B;
}
</style>
border-color css
<style>
span { border-color: #CF454B; }
span { border-color: rgb(207,69,75); }
td.TdClassName
{
border-color: #CF454B;
}
.TagClassName
{
border-color: #CF454B;
}
</style>