Shades of Charm #CF6884
Tints of Charm #CF6884
RGB
CMYK
RGB Variations
Color information
#CF6884 (or 0xCF6884) is known color: Charm. HEX triplet: CF, 68 and 84. RGB value is (207,104,132). Sum of RGB (Red+Green+Blue) = 207+104+132=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6884 is #30977B. Grayscale: #898989. Windows color (decimal): -3184508 or 8677583. OLE color: 8677583.
HSL color Cylindrical-coordinate representation of color #CF6884: hue angle of 343.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6884 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 132 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.19 |
| HSL | 343.69º | 0.52% | 0.61% | - |
| HSV(B) | 343.69º | 0.5% | 0.81% | - |
| XYZ | 34.85 | 24.83 | 24.79 | - |
| YUV | 137.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 132 | 0 | 0.50 | 0.36 | 0.19 | 343.69 | 0.52 | 0.61 |
| Hex | CF | 68 | 84 | 0 | 32 | 24 | 13 | 158 | 34 | 3D |
| Octal | 317 | 150 | 204 | 0 | 62 | 44 | 23 | 530 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10000100 | 0 | 110010 | 100100 | 10011 | 101011000 | 110100 | 111101 |
Color Harmonies of #CF6884
Complementary color
Monochromatic Colors of #CF6884
Black with #CF6884
Text Example
Text Example
White with #CF6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6884; }
p { color: rgb(207,104,132); }
H1.HeaderClassName
{
color: #CF6884;
}
.AnyTagClassName
{
color: #CF6884;
}
</style>
background-color css
<style>
a { background-color: #CF6884; }
a { background-color: rgb(207,104,132); }
div.DivClassName
{
background-color: #CF6884;
}
.BgClassName
{
background-color: #CF6884;
}
</style>
border-color css
<style>
span { border-color: #CF6884; }
span { border-color: rgb(207,104,132); }
td.TdClassName
{
border-color: #CF6884;
}
.TagClassName
{
border-color: #CF6884;
}
</style>