Shades of Mandy #CF414A
Tints of Mandy #CF414A
RGB
CMYK
RGB Variations
Color information
#CF414A (or 0xCF414A) is known color: Mandy. HEX triplet: CF, 41 and 4A. RGB value is (207,65,74). Sum of RGB (Red+Green+Blue) = 207+65+74=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF414A is #30BEB5. Grayscale: #6C6C6C. Windows color (decimal): -3194550 or 4866511. OLE color: 4866511.
HSL color Cylindrical-coordinate representation of color #CF414A: hue angle of 356.2º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF414A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 74 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.19 |
| HSL | 356.2º | 0.6% | 0.53% | - |
| HSV(B) | 356.2º | 0.69% | 0.81% | - |
| XYZ | 28.86 | 17.54 | 8.34 | - |
| YUV | 108.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 74 | 0 | 0.69 | 0.64 | 0.19 | 356.2 | 0.6 | 0.53 |
| Hex | CF | 41 | 4A | 0 | 45 | 40 | 13 | 164 | 3C | 35 |
| Octal | 317 | 101 | 112 | 0 | 105 | 100 | 23 | 544 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1001010 | 0 | 1000101 | 1000000 | 10011 | 101100100 | 111100 | 110101 |
Color Harmonies of #CF414A
Complementary color
Monochromatic Colors of #CF414A
Black with #CF414A
Text Example
Text Example
White with #CF414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF414A; }
p { color: rgb(207,65,74); }
H1.HeaderClassName
{
color: #CF414A;
}
.AnyTagClassName
{
color: #CF414A;
}
</style>
background-color css
<style>
a { background-color: #CF414A; }
a { background-color: rgb(207,65,74); }
div.DivClassName
{
background-color: #CF414A;
}
.BgClassName
{
background-color: #CF414A;
}
</style>
border-color css
<style>
span { border-color: #CF414A; }
span { border-color: rgb(207,65,74); }
td.TdClassName
{
border-color: #CF414A;
}
.TagClassName
{
border-color: #CF414A;
}
</style>