Shades of Mandy #CF6365
Tints of Mandy #CF6365
RGB
CMYK
RGB Variations
Color information
#CF6365 (or 0xCF6365) is known color: Mandy. HEX triplet: CF, 63 and 65. RGB value is (207,99,101). Sum of RGB (Red+Green+Blue) = 207+99+101=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6365 is #309C9A. Grayscale: #838383. Windows color (decimal): -3185819 or 6644687. OLE color: 6644687.
HSL color Cylindrical-coordinate representation of color #CF6365: hue angle of 358.89º 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 #CF6365 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 101 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.19 |
| HSL | 358.89º | 0.53% | 0.6% | - |
| HSV(B) | 358.89º | 0.52% | 0.81% | - |
| XYZ | 32.54 | 23.13 | 15.06 | - |
| YUV | 131.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 101 | 0 | 0.52 | 0.51 | 0.19 | 358.89 | 0.53 | 0.6 |
| Hex | CF | 63 | 65 | 0 | 34 | 33 | 13 | 167 | 35 | 3C |
| Octal | 317 | 143 | 145 | 0 | 64 | 63 | 23 | 547 | 65 | 74 |
| Binary | 11001111 | 1100011 | 1100101 | 0 | 110100 | 110011 | 10011 | 101100111 | 110101 | 111100 |
Color Harmonies of #CF6365
Complementary color
Monochromatic Colors of #CF6365
Black with #CF6365
Text Example
Text Example
White with #CF6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6365; }
p { color: rgb(207,99,101); }
H1.HeaderClassName
{
color: #CF6365;
}
.AnyTagClassName
{
color: #CF6365;
}
</style>
background-color css
<style>
a { background-color: #CF6365; }
a { background-color: rgb(207,99,101); }
div.DivClassName
{
background-color: #CF6365;
}
.BgClassName
{
background-color: #CF6365;
}
</style>
border-color css
<style>
span { border-color: #CF6365; }
span { border-color: rgb(207,99,101); }
td.TdClassName
{
border-color: #CF6365;
}
.TagClassName
{
border-color: #CF6365;
}
</style>