Shades of Charm #CF6888
Tints of Charm #CF6888
RGB
CMYK
RGB Variations
Color information
#CF6888 (or 0xCF6888) is known color: Charm. HEX triplet: CF, 68 and 88. RGB value is (207,104,136). Sum of RGB (Red+Green+Blue) = 207+104+136=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6888 is #309777. Grayscale: #8A8A8A. Windows color (decimal): -3184504 or 8939727. OLE color: 8939727.
HSL color Cylindrical-coordinate representation of color #CF6888: hue angle of 341.36º 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 #CF6888 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 136 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.19 |
| HSL | 341.36º | 0.52% | 0.61% | - |
| HSV(B) | 341.36º | 0.5% | 0.81% | - |
| XYZ | 35.13 | 24.94 | 26.26 | - |
| YUV | 138.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 136 | 0 | 0.50 | 0.34 | 0.19 | 341.36 | 0.52 | 0.61 |
| Hex | CF | 68 | 88 | 0 | 32 | 22 | 13 | 155 | 34 | 3D |
| Octal | 317 | 150 | 210 | 0 | 62 | 42 | 23 | 525 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10001000 | 0 | 110010 | 100010 | 10011 | 101010101 | 110100 | 111101 |
Color Harmonies of #CF6888
Complementary color
Monochromatic Colors of #CF6888
Black with #CF6888
Text Example
Text Example
White with #CF6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6888; }
p { color: rgb(207,104,136); }
H1.HeaderClassName
{
color: #CF6888;
}
.AnyTagClassName
{
color: #CF6888;
}
</style>
background-color css
<style>
a { background-color: #CF6888; }
a { background-color: rgb(207,104,136); }
div.DivClassName
{
background-color: #CF6888;
}
.BgClassName
{
background-color: #CF6888;
}
</style>
border-color css
<style>
span { border-color: #CF6888; }
span { border-color: rgb(207,104,136); }
td.TdClassName
{
border-color: #CF6888;
}
.TagClassName
{
border-color: #CF6888;
}
</style>