Shades of Charm #CF798F
Tints of Charm #CF798F
RGB
CMYK
RGB Variations
Color information
#CF798F (or 0xCF798F) is known color: Charm. HEX triplet: CF, 79 and 8F. RGB value is (207,121,143). Sum of RGB (Red+Green+Blue) = 207+121+143=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF798F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF798F is #308670. Grayscale: #959595. Windows color (decimal): -3180145 or 9402831. OLE color: 9402831.
HSL color Cylindrical-coordinate representation of color #CF798F: hue angle of 344.65º 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 #CF798F is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 143 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.19 |
| HSL | 344.65º | 0.47% | 0.64% | - |
| HSV(B) | 344.65º | 0.42% | 0.81% | - |
| XYZ | 37.53 | 28.92 | 29.59 | - |
| YUV | 149.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 143 | 0 | 0.42 | 0.31 | 0.19 | 344.65 | 0.47 | 0.64 |
| Hex | CF | 79 | 8F | 0 | 2A | 1F | 13 | 159 | 2F | 40 |
| Octal | 317 | 171 | 217 | 0 | 52 | 37 | 23 | 531 | 57 | 100 |
| Binary | 11001111 | 1111001 | 10001111 | 0 | 101010 | 11111 | 10011 | 101011001 | 101111 | 1000000 |
Color Harmonies of #CF798F
Complementary color
Monochromatic Colors of #CF798F
Black with #CF798F
Text Example
Text Example
White with #CF798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF798F; }
p { color: rgb(207,121,143); }
H1.HeaderClassName
{
color: #CF798F;
}
.AnyTagClassName
{
color: #CF798F;
}
</style>
background-color css
<style>
a { background-color: #CF798F; }
a { background-color: rgb(207,121,143); }
div.DivClassName
{
background-color: #CF798F;
}
.BgClassName
{
background-color: #CF798F;
}
</style>
border-color css
<style>
span { border-color: #CF798F; }
span { border-color: rgb(207,121,143); }
td.TdClassName
{
border-color: #CF798F;
}
.TagClassName
{
border-color: #CF798F;
}
</style>