Shades of Froly #CF7076
Tints of Froly #CF7076
RGB
CMYK
RGB Variations
Color information
#CF7076 (or 0xCF7076) is known color: Froly. HEX triplet: CF, 70 and 76. RGB value is (207,112,118). Sum of RGB (Red+Green+Blue) = 207+112+118=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7076 is #308F89. Grayscale: #8D8D8D. Windows color (decimal): -3182474 or 7762127. OLE color: 7762127.
HSL color Cylindrical-coordinate representation of color #CF7076: hue angle of 356.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7076 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 118 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.19 |
| HSL | 356.21º | 0.5% | 0.63% | - |
| HSV(B) | 356.21º | 0.46% | 0.81% | - |
| XYZ | 34.8 | 26.16 | 20.36 | - |
| YUV | 141.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 118 | 0 | 0.46 | 0.43 | 0.19 | 356.21 | 0.5 | 0.63 |
| Hex | CF | 70 | 76 | 0 | 2E | 2B | 13 | 164 | 32 | 3F |
| Octal | 317 | 160 | 166 | 0 | 56 | 53 | 23 | 544 | 62 | 77 |
| Binary | 11001111 | 1110000 | 1110110 | 0 | 101110 | 101011 | 10011 | 101100100 | 110010 | 111111 |
Color Harmonies of #CF7076
Complementary color
Monochromatic Colors of #CF7076
Black with #CF7076
Text Example
Text Example
White with #CF7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7076; }
p { color: rgb(207,112,118); }
H1.HeaderClassName
{
color: #CF7076;
}
.AnyTagClassName
{
color: #CF7076;
}
</style>
background-color css
<style>
a { background-color: #CF7076; }
a { background-color: rgb(207,112,118); }
div.DivClassName
{
background-color: #CF7076;
}
.BgClassName
{
background-color: #CF7076;
}
</style>
border-color css
<style>
span { border-color: #CF7076; }
span { border-color: rgb(207,112,118); }
td.TdClassName
{
border-color: #CF7076;
}
.TagClassName
{
border-color: #CF7076;
}
</style>