Shades of Mandy #CF6366
Tints of Mandy #CF6366
RGB
CMYK
RGB Variations
Color information
#CF6366 (or 0xCF6366) is known color: Mandy. HEX triplet: CF, 63 and 66. RGB value is (207,99,102). Sum of RGB (Red+Green+Blue) = 207+99+102=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6366 is #309C99. Grayscale: #838383. Windows color (decimal): -3185818 or 6710223. OLE color: 6710223.
HSL color Cylindrical-coordinate representation of color #CF6366: hue angle of 358.33º 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 #CF6366 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 102 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.19 |
| HSL | 358.33º | 0.53% | 0.6% | - |
| HSV(B) | 358.33º | 0.52% | 0.81% | - |
| XYZ | 32.59 | 23.15 | 15.32 | - |
| YUV | 131.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 102 | 0 | 0.52 | 0.51 | 0.19 | 358.33 | 0.53 | 0.6 |
| Hex | CF | 63 | 66 | 0 | 34 | 33 | 13 | 166 | 35 | 3C |
| Octal | 317 | 143 | 146 | 0 | 64 | 63 | 23 | 546 | 65 | 74 |
| Binary | 11001111 | 1100011 | 1100110 | 0 | 110100 | 110011 | 10011 | 101100110 | 110101 | 111100 |
Color Harmonies of #CF6366
Complementary color
Monochromatic Colors of #CF6366
Black with #CF6366
Text Example
Text Example
White with #CF6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6366; }
p { color: rgb(207,99,102); }
H1.HeaderClassName
{
color: #CF6366;
}
.AnyTagClassName
{
color: #CF6366;
}
</style>
background-color css
<style>
a { background-color: #CF6366; }
a { background-color: rgb(207,99,102); }
div.DivClassName
{
background-color: #CF6366;
}
.BgClassName
{
background-color: #CF6366;
}
</style>
border-color css
<style>
span { border-color: #CF6366; }
span { border-color: rgb(207,99,102); }
td.TdClassName
{
border-color: #CF6366;
}
.TagClassName
{
border-color: #CF6366;
}
</style>