Shades of Froly #CF7679
Tints of Froly #CF7679
RGB
CMYK
RGB Variations
Color information
#CF7679 (or 0xCF7679) is known color: Froly. HEX triplet: CF, 76 and 79. RGB value is (207,118,121). Sum of RGB (Red+Green+Blue) = 207+118+121=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7679 is #308986. Grayscale: #919191. Windows color (decimal): -3180935 or 7960271. OLE color: 7960271.
HSL color Cylindrical-coordinate representation of color #CF7679: hue angle of 357.98º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7679 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 121 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.19 |
| HSL | 357.98º | 0.48% | 0.64% | - |
| HSV(B) | 357.98º | 0.43% | 0.81% | - |
| XYZ | 35.66 | 27.6 | 21.54 | - |
| YUV | 144.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 121 | 0 | 0.43 | 0.42 | 0.19 | 357.98 | 0.48 | 0.64 |
| Hex | CF | 76 | 79 | 0 | 2B | 2A | 13 | 166 | 30 | 40 |
| Octal | 317 | 166 | 171 | 0 | 53 | 52 | 23 | 546 | 60 | 100 |
| Binary | 11001111 | 1110110 | 1111001 | 0 | 101011 | 101010 | 10011 | 101100110 | 110000 | 1000000 |
Color Harmonies of #CF7679
Complementary color
Monochromatic Colors of #CF7679
Black with #CF7679
Text Example
Text Example
White with #CF7679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7679; }
p { color: rgb(207,118,121); }
H1.HeaderClassName
{
color: #CF7679;
}
.AnyTagClassName
{
color: #CF7679;
}
</style>
background-color css
<style>
a { background-color: #CF7679; }
a { background-color: rgb(207,118,121); }
div.DivClassName
{
background-color: #CF7679;
}
.BgClassName
{
background-color: #CF7679;
}
</style>
border-color css
<style>
span { border-color: #CF7679; }
span { border-color: rgb(207,118,121); }
td.TdClassName
{
border-color: #CF7679;
}
.TagClassName
{
border-color: #CF7679;
}
</style>