Shades of Charm #CF797E
Tints of Charm #CF797E
RGB
CMYK
RGB Variations
Color information
#CF797E (or 0xCF797E) is known color: Charm. HEX triplet: CF, 79 and 7E. RGB value is (207,121,126). Sum of RGB (Red+Green+Blue) = 207+121+126=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF797E is #308681. Grayscale: #939393. Windows color (decimal): -3180162 or 8288719. OLE color: 8288719.
HSL color Cylindrical-coordinate representation of color #CF797E: hue angle of 356.51º 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 #CF797E is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 126 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.19 |
| HSL | 356.51º | 0.47% | 0.64% | - |
| HSV(B) | 356.51º | 0.42% | 0.81% | - |
| XYZ | 36.34 | 28.45 | 23.31 | - |
| YUV | 147.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 126 | 0 | 0.42 | 0.39 | 0.19 | 356.51 | 0.47 | 0.64 |
| Hex | CF | 79 | 7E | 0 | 2A | 27 | 13 | 165 | 2F | 40 |
| Octal | 317 | 171 | 176 | 0 | 52 | 47 | 23 | 545 | 57 | 100 |
| Binary | 11001111 | 1111001 | 1111110 | 0 | 101010 | 100111 | 10011 | 101100101 | 101111 | 1000000 |
Color Harmonies of #CF797E
Complementary color
Monochromatic Colors of #CF797E
Black with #CF797E
Text Example
Text Example
White with #CF797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF797E; }
p { color: rgb(207,121,126); }
H1.HeaderClassName
{
color: #CF797E;
}
.AnyTagClassName
{
color: #CF797E;
}
</style>
background-color css
<style>
a { background-color: #CF797E; }
a { background-color: rgb(207,121,126); }
div.DivClassName
{
background-color: #CF797E;
}
.BgClassName
{
background-color: #CF797E;
}
</style>
border-color css
<style>
span { border-color: #CF797E; }
span { border-color: rgb(207,121,126); }
td.TdClassName
{
border-color: #CF797E;
}
.TagClassName
{
border-color: #CF797E;
}
</style>