Shades of Froly #CF7175
Tints of Froly #CF7175
RGB
CMYK
RGB Variations
Color information
#CF7175 (or 0xCF7175) is known color: Froly. HEX triplet: CF, 71 and 75. RGB value is (207,113,117). Sum of RGB (Red+Green+Blue) = 207+113+117=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7175 is #308E8A. Grayscale: #8D8D8D. Windows color (decimal): -3182219 or 7696847. OLE color: 7696847.
HSL color Cylindrical-coordinate representation of color #CF7175: hue angle of 357.45º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7175 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 117 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.19 |
| HSL | 357.45º | 0.49% | 0.63% | - |
| HSV(B) | 357.45º | 0.45% | 0.81% | - |
| XYZ | 34.85 | 26.36 | 20.08 | - |
| YUV | 141.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 117 | 0 | 0.45 | 0.43 | 0.19 | 357.45 | 0.49 | 0.63 |
| Hex | CF | 71 | 75 | 0 | 2D | 2B | 13 | 165 | 31 | 3F |
| Octal | 317 | 161 | 165 | 0 | 55 | 53 | 23 | 545 | 61 | 77 |
| Binary | 11001111 | 1110001 | 1110101 | 0 | 101101 | 101011 | 10011 | 101100101 | 110001 | 111111 |
Color Harmonies of #CF7175
Complementary color
Monochromatic Colors of #CF7175
Black with #CF7175
Text Example
Text Example
White with #CF7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7175; }
p { color: rgb(207,113,117); }
H1.HeaderClassName
{
color: #CF7175;
}
.AnyTagClassName
{
color: #CF7175;
}
</style>
background-color css
<style>
a { background-color: #CF7175; }
a { background-color: rgb(207,113,117); }
div.DivClassName
{
background-color: #CF7175;
}
.BgClassName
{
background-color: #CF7175;
}
</style>
border-color css
<style>
span { border-color: #CF7175; }
span { border-color: rgb(207,113,117); }
td.TdClassName
{
border-color: #CF7175;
}
.TagClassName
{
border-color: #CF7175;
}
</style>