Shades of Froly #CF797A
Tints of Froly #CF797A
RGB
CMYK
RGB Variations
Color information
#CF797A (or 0xCF797A) is known color: Froly. HEX triplet: CF, 79 and 7A. RGB value is (207,121,122). Sum of RGB (Red+Green+Blue) = 207+121+122=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF797A is #308685. Grayscale: #929292. Windows color (decimal): -3180166 or 8026575. OLE color: 8026575.
HSL color Cylindrical-coordinate representation of color #CF797A: hue angle of 359.3º 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 #CF797A is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 122 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.19 |
| HSL | 359.3º | 0.47% | 0.64% | - |
| HSV(B) | 359.3º | 0.42% | 0.81% | - |
| XYZ | 36.08 | 28.35 | 21.98 | - |
| YUV | 146.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 122 | 0 | 0.42 | 0.41 | 0.19 | 359.3 | 0.47 | 0.64 |
| Hex | CF | 79 | 7A | 0 | 2A | 29 | 13 | 167 | 2F | 40 |
| Octal | 317 | 171 | 172 | 0 | 52 | 51 | 23 | 547 | 57 | 100 |
| Binary | 11001111 | 1111001 | 1111010 | 0 | 101010 | 101001 | 10011 | 101100111 | 101111 | 1000000 |
Color Harmonies of #CF797A
Complementary color
Monochromatic Colors of #CF797A
Black with #CF797A
Text Example
Text Example
White with #CF797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF797A; }
p { color: rgb(207,121,122); }
H1.HeaderClassName
{
color: #CF797A;
}
.AnyTagClassName
{
color: #CF797A;
}
</style>
background-color css
<style>
a { background-color: #CF797A; }
a { background-color: rgb(207,121,122); }
div.DivClassName
{
background-color: #CF797A;
}
.BgClassName
{
background-color: #CF797A;
}
</style>
border-color css
<style>
span { border-color: #CF797A; }
span { border-color: rgb(207,121,122); }
td.TdClassName
{
border-color: #CF797A;
}
.TagClassName
{
border-color: #CF797A;
}
</style>