Shades of Charm #CF798C
Tints of Charm #CF798C
RGB
CMYK
RGB Variations
Color information
#CF798C (or 0xCF798C) is known color: Charm. HEX triplet: CF, 79 and 8C. RGB value is (207,121,140). Sum of RGB (Red+Green+Blue) = 207+121+140=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF798C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF798C is #308673. Grayscale: #949494. Windows color (decimal): -3180148 or 9206223. OLE color: 9206223.
HSL color Cylindrical-coordinate representation of color #CF798C: hue angle of 346.74º 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 #CF798C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 140 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.19 |
| HSL | 346.74º | 0.47% | 0.64% | - |
| HSV(B) | 346.74º | 0.42% | 0.81% | - |
| XYZ | 37.3 | 28.83 | 28.41 | - |
| YUV | 148.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 140 | 0 | 0.42 | 0.32 | 0.19 | 346.74 | 0.47 | 0.64 |
| Hex | CF | 79 | 8C | 0 | 2A | 20 | 13 | 15B | 2F | 40 |
| Octal | 317 | 171 | 214 | 0 | 52 | 40 | 23 | 533 | 57 | 100 |
| Binary | 11001111 | 1111001 | 10001100 | 0 | 101010 | 100000 | 10011 | 101011011 | 101111 | 1000000 |
Color Harmonies of #CF798C
Complementary color
Monochromatic Colors of #CF798C
Black with #CF798C
Text Example
Text Example
White with #CF798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF798C; }
p { color: rgb(207,121,140); }
H1.HeaderClassName
{
color: #CF798C;
}
.AnyTagClassName
{
color: #CF798C;
}
</style>
background-color css
<style>
a { background-color: #CF798C; }
a { background-color: rgb(207,121,140); }
div.DivClassName
{
background-color: #CF798C;
}
.BgClassName
{
background-color: #CF798C;
}
</style>
border-color css
<style>
span { border-color: #CF798C; }
span { border-color: rgb(207,121,140); }
td.TdClassName
{
border-color: #CF798C;
}
.TagClassName
{
border-color: #CF798C;
}
</style>