Shades of Charm #CF6988
Tints of Charm #CF6988
RGB
CMYK
RGB Variations
Color information
#CF6988 (or 0xCF6988) is known color: Charm. HEX triplet: CF, 69 and 88. RGB value is (207,105,136). Sum of RGB (Red+Green+Blue) = 207+105+136=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6988 is #309677. Grayscale: #8B8B8B. Windows color (decimal): -3184248 or 8939983. OLE color: 8939983.
HSL color Cylindrical-coordinate representation of color #CF6988: hue angle of 341.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6988 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 136 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.19 |
| HSL | 341.76º | 0.52% | 0.61% | - |
| HSV(B) | 341.76º | 0.49% | 0.81% | - |
| XYZ | 35.23 | 25.15 | 26.29 | - |
| YUV | 139.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 136 | 0 | 0.49 | 0.34 | 0.19 | 341.76 | 0.52 | 0.61 |
| Hex | CF | 69 | 88 | 0 | 31 | 22 | 13 | 156 | 34 | 3D |
| Octal | 317 | 151 | 210 | 0 | 61 | 42 | 23 | 526 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10001000 | 0 | 110001 | 100010 | 10011 | 101010110 | 110100 | 111101 |
Color Harmonies of #CF6988
Complementary color
Monochromatic Colors of #CF6988
Black with #CF6988
Text Example
Text Example
White with #CF6988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6988; }
p { color: rgb(207,105,136); }
H1.HeaderClassName
{
color: #CF6988;
}
.AnyTagClassName
{
color: #CF6988;
}
</style>
background-color css
<style>
a { background-color: #CF6988; }
a { background-color: rgb(207,105,136); }
div.DivClassName
{
background-color: #CF6988;
}
.BgClassName
{
background-color: #CF6988;
}
</style>
border-color css
<style>
span { border-color: #CF6988; }
span { border-color: rgb(207,105,136); }
td.TdClassName
{
border-color: #CF6988;
}
.TagClassName
{
border-color: #CF6988;
}
</style>