Shades of Charm #CF7980
Tints of Charm #CF7980
RGB
CMYK
RGB Variations
Color information
#CF7980 (or 0xCF7980) is known color: Charm. HEX triplet: CF, 79 and 80. RGB value is (207,121,128). Sum of RGB (Red+Green+Blue) = 207+121+128=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7980 is #30867F. Grayscale: #939393. Windows color (decimal): -3180160 or 8419791. OLE color: 8419791.
HSL color Cylindrical-coordinate representation of color #CF7980: hue angle of 355.12º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7980 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 128 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.19 |
| HSL | 355.12º | 0.47% | 0.64% | - |
| HSV(B) | 355.12º | 0.42% | 0.81% | - |
| XYZ | 36.47 | 28.5 | 24 | - |
| YUV | 147.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 128 | 0 | 0.42 | 0.38 | 0.19 | 355.12 | 0.47 | 0.64 |
| Hex | CF | 79 | 80 | 0 | 2A | 26 | 13 | 163 | 2F | 40 |
| Octal | 317 | 171 | 200 | 0 | 52 | 46 | 23 | 543 | 57 | 100 |
| Binary | 11001111 | 1111001 | 10000000 | 0 | 101010 | 100110 | 10011 | 101100011 | 101111 | 1000000 |
Color Harmonies of #CF7980
Complementary color
Monochromatic Colors of #CF7980
Black with #CF7980
Text Example
Text Example
White with #CF7980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7980; }
p { color: rgb(207,121,128); }
H1.HeaderClassName
{
color: #CF7980;
}
.AnyTagClassName
{
color: #CF7980;
}
</style>
background-color css
<style>
a { background-color: #CF7980; }
a { background-color: rgb(207,121,128); }
div.DivClassName
{
background-color: #CF7980;
}
.BgClassName
{
background-color: #CF7980;
}
</style>
border-color css
<style>
span { border-color: #CF7980; }
span { border-color: rgb(207,121,128); }
td.TdClassName
{
border-color: #CF7980;
}
.TagClassName
{
border-color: #CF7980;
}
</style>