Shades of Charm #CF6F88
Tints of Charm #CF6F88
RGB
CMYK
RGB Variations
Color information
#CF6F88 (or 0xCF6F88) is known color: Charm. HEX triplet: CF, 6F and 88. RGB value is (207,111,136). Sum of RGB (Red+Green+Blue) = 207+111+136=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F88 is #309077. Grayscale: #8E8E8E. Windows color (decimal): -3182712 or 8941519. OLE color: 8941519.
HSL color Cylindrical-coordinate representation of color #CF6F88: hue angle of 344.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6F88 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 136 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.19 |
| HSL | 344.38º | 0.5% | 0.62% | - |
| HSV(B) | 344.38º | 0.46% | 0.81% | - |
| XYZ | 35.86 | 26.41 | 26.5 | - |
| YUV | 142.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 136 | 0 | 0.46 | 0.34 | 0.19 | 344.38 | 0.5 | 0.62 |
| Hex | CF | 6F | 88 | 0 | 2E | 22 | 13 | 158 | 32 | 3E |
| Octal | 317 | 157 | 210 | 0 | 56 | 42 | 23 | 530 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10001000 | 0 | 101110 | 100010 | 10011 | 101011000 | 110010 | 111110 |
Color Harmonies of #CF6F88
Complementary color
Monochromatic Colors of #CF6F88
Black with #CF6F88
Text Example
Text Example
White with #CF6F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F88; }
p { color: rgb(207,111,136); }
H1.HeaderClassName
{
color: #CF6F88;
}
.AnyTagClassName
{
color: #CF6F88;
}
</style>
background-color css
<style>
a { background-color: #CF6F88; }
a { background-color: rgb(207,111,136); }
div.DivClassName
{
background-color: #CF6F88;
}
.BgClassName
{
background-color: #CF6F88;
}
</style>
border-color css
<style>
span { border-color: #CF6F88; }
span { border-color: rgb(207,111,136); }
td.TdClassName
{
border-color: #CF6F88;
}
.TagClassName
{
border-color: #CF6F88;
}
</style>