Shades of Mandy #CF6465
Tints of Mandy #CF6465
RGB
CMYK
RGB Variations
Color information
#CF6465 (or 0xCF6465) is known color: Mandy. HEX triplet: CF, 64 and 65. RGB value is (207,100,101). Sum of RGB (Red+Green+Blue) = 207+100+101=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6465 is #309B9A. Grayscale: #848484. Windows color (decimal): -3185563 or 6644943. OLE color: 6644943.
HSL color Cylindrical-coordinate representation of color #CF6465: hue angle of 359.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6465 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 101 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.19 |
| HSL | 359.44º | 0.53% | 0.6% | - |
| HSV(B) | 359.44º | 0.52% | 0.81% | - |
| XYZ | 32.64 | 23.32 | 15.09 | - |
| YUV | 132.11 | 110.45 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 101 | 0 | 0.52 | 0.51 | 0.19 | 359.44 | 0.53 | 0.6 |
| Hex | CF | 64 | 65 | 0 | 34 | 33 | 13 | 167 | 35 | 3C |
| Octal | 317 | 144 | 145 | 0 | 64 | 63 | 23 | 547 | 65 | 74 |
| Binary | 11001111 | 1100100 | 1100101 | 0 | 110100 | 110011 | 10011 | 101100111 | 110101 | 111100 |
Color Harmonies of #CF6465
Complementary color
Monochromatic Colors of #CF6465
Black with #CF6465
Text Example
Text Example
White with #CF6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6465; }
p { color: rgb(207,100,101); }
H1.HeaderClassName
{
color: #CF6465;
}
.AnyTagClassName
{
color: #CF6465;
}
</style>
background-color css
<style>
a { background-color: #CF6465; }
a { background-color: rgb(207,100,101); }
div.DivClassName
{
background-color: #CF6465;
}
.BgClassName
{
background-color: #CF6465;
}
</style>
border-color css
<style>
span { border-color: #CF6465; }
span { border-color: rgb(207,100,101); }
td.TdClassName
{
border-color: #CF6465;
}
.TagClassName
{
border-color: #CF6465;
}
</style>