Shades of Mandy #CF425C
Tints of Mandy #CF425C
RGB
CMYK
RGB Variations
Color information
#CF425C (or 0xCF425C) is known color: Mandy. HEX triplet: CF, 42 and 5C. RGB value is (207,66,92). Sum of RGB (Red+Green+Blue) = 207+66+92=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF425C is #30BDA3. Grayscale: #6F6F6F. Windows color (decimal): -3194276 or 6046415. OLE color: 6046415.
HSL color Cylindrical-coordinate representation of color #CF425C: hue angle of 348.94º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF425C is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 92 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.19 |
| HSL | 348.94º | 0.59% | 0.54% | - |
| HSV(B) | 348.94º | 0.68% | 0.81% | - |
| XYZ | 29.61 | 17.93 | 12.03 | - |
| YUV | 111.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 92 | 0 | 0.68 | 0.56 | 0.19 | 348.94 | 0.59 | 0.54 |
| Hex | CF | 42 | 5C | 0 | 44 | 38 | 13 | 15D | 3B | 36 |
| Octal | 317 | 102 | 134 | 0 | 104 | 70 | 23 | 535 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1011100 | 0 | 1000100 | 111000 | 10011 | 101011101 | 111011 | 110110 |
Color Harmonies of #CF425C
Complementary color
Monochromatic Colors of #CF425C
Black with #CF425C
Text Example
Text Example
White with #CF425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF425C; }
p { color: rgb(207,66,92); }
H1.HeaderClassName
{
color: #CF425C;
}
.AnyTagClassName
{
color: #CF425C;
}
</style>
background-color css
<style>
a { background-color: #CF425C; }
a { background-color: rgb(207,66,92); }
div.DivClassName
{
background-color: #CF425C;
}
.BgClassName
{
background-color: #CF425C;
}
</style>
border-color css
<style>
span { border-color: #CF425C; }
span { border-color: rgb(207,66,92); }
td.TdClassName
{
border-color: #CF425C;
}
.TagClassName
{
border-color: #CF425C;
}
</style>