Shades of Charm #CF7990
Tints of Charm #CF7990
RGB
CMYK
RGB Variations
Color information
#CF7990 (or 0xCF7990) is known color: Charm. HEX triplet: CF, 79 and 90. RGB value is (207,121,144). Sum of RGB (Red+Green+Blue) = 207+121+144=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7990 is #30866F. Grayscale: #959595. Windows color (decimal): -3180144 or 9468367. OLE color: 9468367.
HSL color Cylindrical-coordinate representation of color #CF7990: hue angle of 343.95º 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 #CF7990 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 144 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.19 |
| HSL | 343.95º | 0.47% | 0.64% | - |
| HSV(B) | 343.95º | 0.42% | 0.81% | - |
| XYZ | 37.6 | 28.95 | 29.99 | - |
| YUV | 149.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 144 | 0 | 0.42 | 0.30 | 0.19 | 343.95 | 0.47 | 0.64 |
| Hex | CF | 79 | 90 | 0 | 2A | 1E | 13 | 158 | 2F | 40 |
| Octal | 317 | 171 | 220 | 0 | 52 | 36 | 23 | 530 | 57 | 100 |
| Binary | 11001111 | 1111001 | 10010000 | 0 | 101010 | 11110 | 10011 | 101011000 | 101111 | 1000000 |
Color Harmonies of #CF7990
Complementary color
Monochromatic Colors of #CF7990
Black with #CF7990
Text Example
Text Example
White with #CF7990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7990; }
p { color: rgb(207,121,144); }
H1.HeaderClassName
{
color: #CF7990;
}
.AnyTagClassName
{
color: #CF7990;
}
</style>
background-color css
<style>
a { background-color: #CF7990; }
a { background-color: rgb(207,121,144); }
div.DivClassName
{
background-color: #CF7990;
}
.BgClassName
{
background-color: #CF7990;
}
</style>
border-color css
<style>
span { border-color: #CF7990; }
span { border-color: rgb(207,121,144); }
td.TdClassName
{
border-color: #CF7990;
}
.TagClassName
{
border-color: #CF7990;
}
</style>