Shades of Charm #CF798A
Tints of Charm #CF798A
RGB
CMYK
RGB Variations
Color information
#CF798A (or 0xCF798A) is known color: Charm. HEX triplet: CF, 79 and 8A. RGB value is (207,121,138). Sum of RGB (Red+Green+Blue) = 207+121+138=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF798A is #308675. Grayscale: #949494. Windows color (decimal): -3180150 or 9075151. OLE color: 9075151.
HSL color Cylindrical-coordinate representation of color #CF798A: hue angle of 348.14º 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 #CF798A is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 138 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.19 |
| HSL | 348.14º | 0.47% | 0.64% | - |
| HSV(B) | 348.14º | 0.42% | 0.81% | - |
| XYZ | 37.16 | 28.78 | 27.64 | - |
| YUV | 148.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 138 | 0 | 0.42 | 0.33 | 0.19 | 348.14 | 0.47 | 0.64 |
| Hex | CF | 79 | 8A | 0 | 2A | 21 | 13 | 15C | 2F | 40 |
| Octal | 317 | 171 | 212 | 0 | 52 | 41 | 23 | 534 | 57 | 100 |
| Binary | 11001111 | 1111001 | 10001010 | 0 | 101010 | 100001 | 10011 | 101011100 | 101111 | 1000000 |
Color Harmonies of #CF798A
Complementary color
Monochromatic Colors of #CF798A
Black with #CF798A
Text Example
Text Example
White with #CF798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF798A; }
p { color: rgb(207,121,138); }
H1.HeaderClassName
{
color: #CF798A;
}
.AnyTagClassName
{
color: #CF798A;
}
</style>
background-color css
<style>
a { background-color: #CF798A; }
a { background-color: rgb(207,121,138); }
div.DivClassName
{
background-color: #CF798A;
}
.BgClassName
{
background-color: #CF798A;
}
</style>
border-color css
<style>
span { border-color: #CF798A; }
span { border-color: rgb(207,121,138); }
td.TdClassName
{
border-color: #CF798A;
}
.TagClassName
{
border-color: #CF798A;
}
</style>