Shades of Charm #CF797D
Tints of Charm #CF797D
RGB
CMYK
RGB Variations
Color information
#CF797D (or 0xCF797D) is known color: Charm. HEX triplet: CF, 79 and 7D. RGB value is (207,121,125). Sum of RGB (Red+Green+Blue) = 207+121+125=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF797D is #308682. Grayscale: #939393. Windows color (decimal): -3180163 or 8223183. OLE color: 8223183.
HSL color Cylindrical-coordinate representation of color #CF797D: hue angle of 357.21º 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 #CF797D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 125 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.19 |
| HSL | 357.21º | 0.47% | 0.64% | - |
| HSV(B) | 357.21º | 0.42% | 0.81% | - |
| XYZ | 36.27 | 28.42 | 22.98 | - |
| YUV | 147.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 125 | 0 | 0.42 | 0.40 | 0.19 | 357.21 | 0.47 | 0.64 |
| Hex | CF | 79 | 7D | 0 | 2A | 28 | 13 | 165 | 2F | 40 |
| Octal | 317 | 171 | 175 | 0 | 52 | 50 | 23 | 545 | 57 | 100 |
| Binary | 11001111 | 1111001 | 1111101 | 0 | 101010 | 101000 | 10011 | 101100101 | 101111 | 1000000 |
Color Harmonies of #CF797D
Complementary color
Monochromatic Colors of #CF797D
Black with #CF797D
Text Example
Text Example
White with #CF797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF797D; }
p { color: rgb(207,121,125); }
H1.HeaderClassName
{
color: #CF797D;
}
.AnyTagClassName
{
color: #CF797D;
}
</style>
background-color css
<style>
a { background-color: #CF797D; }
a { background-color: rgb(207,121,125); }
div.DivClassName
{
background-color: #CF797D;
}
.BgClassName
{
background-color: #CF797D;
}
</style>
border-color css
<style>
span { border-color: #CF797D; }
span { border-color: rgb(207,121,125); }
td.TdClassName
{
border-color: #CF797D;
}
.TagClassName
{
border-color: #CF797D;
}
</style>