Shades of Charm #CF6980
Tints of Charm #CF6980
RGB
CMYK
RGB Variations
Color information
#CF6980 (or 0xCF6980) is known color: Charm. HEX triplet: CF, 69 and 80. RGB value is (207,105,128). Sum of RGB (Red+Green+Blue) = 207+105+128=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6980 is #30967F. Grayscale: #8A8A8A. Windows color (decimal): -3184256 or 8415695. OLE color: 8415695.
HSL color Cylindrical-coordinate representation of color #CF6980: hue angle of 346.47º 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 #CF6980 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 128 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.19 |
| HSL | 346.47º | 0.52% | 0.61% | - |
| HSV(B) | 346.47º | 0.49% | 0.81% | - |
| XYZ | 34.68 | 24.93 | 23.41 | - |
| YUV | 138.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 128 | 0 | 0.49 | 0.38 | 0.19 | 346.47 | 0.52 | 0.61 |
| Hex | CF | 69 | 80 | 0 | 31 | 26 | 13 | 15A | 34 | 3D |
| Octal | 317 | 151 | 200 | 0 | 61 | 46 | 23 | 532 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10000000 | 0 | 110001 | 100110 | 10011 | 101011010 | 110100 | 111101 |
Color Harmonies of #CF6980
Complementary color
Monochromatic Colors of #CF6980
Black with #CF6980
Text Example
Text Example
White with #CF6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6980; }
p { color: rgb(207,105,128); }
H1.HeaderClassName
{
color: #CF6980;
}
.AnyTagClassName
{
color: #CF6980;
}
</style>
background-color css
<style>
a { background-color: #CF6980; }
a { background-color: rgb(207,105,128); }
div.DivClassName
{
background-color: #CF6980;
}
.BgClassName
{
background-color: #CF6980;
}
</style>
border-color css
<style>
span { border-color: #CF6980; }
span { border-color: rgb(207,105,128); }
td.TdClassName
{
border-color: #CF6980;
}
.TagClassName
{
border-color: #CF6980;
}
</style>