Shades of Froly #CF7276
Tints of Froly #CF7276
RGB
CMYK
RGB Variations
Color information
#CF7276 (or 0xCF7276) is known color: Froly. HEX triplet: CF, 72 and 76. RGB value is (207,114,118). Sum of RGB (Red+Green+Blue) = 207+114+118=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7276 is #308D89. Grayscale: #8E8E8E. Windows color (decimal): -3181962 or 7762639. OLE color: 7762639.
HSL color Cylindrical-coordinate representation of color #CF7276: hue angle of 357.42º 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 #CF7276 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 118 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.19 |
| HSL | 357.42º | 0.49% | 0.63% | - |
| HSV(B) | 357.42º | 0.45% | 0.81% | - |
| XYZ | 35.02 | 26.61 | 20.43 | - |
| YUV | 142.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 118 | 0 | 0.45 | 0.43 | 0.19 | 357.42 | 0.49 | 0.63 |
| Hex | CF | 72 | 76 | 0 | 2D | 2B | 13 | 165 | 31 | 3F |
| Octal | 317 | 162 | 166 | 0 | 55 | 53 | 23 | 545 | 61 | 77 |
| Binary | 11001111 | 1110010 | 1110110 | 0 | 101101 | 101011 | 10011 | 101100101 | 110001 | 111111 |
Color Harmonies of #CF7276
Complementary color
Monochromatic Colors of #CF7276
Black with #CF7276
Text Example
Text Example
White with #CF7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7276; }
p { color: rgb(207,114,118); }
H1.HeaderClassName
{
color: #CF7276;
}
.AnyTagClassName
{
color: #CF7276;
}
</style>
background-color css
<style>
a { background-color: #CF7276; }
a { background-color: rgb(207,114,118); }
div.DivClassName
{
background-color: #CF7276;
}
.BgClassName
{
background-color: #CF7276;
}
</style>
border-color css
<style>
span { border-color: #CF7276; }
span { border-color: rgb(207,114,118); }
td.TdClassName
{
border-color: #CF7276;
}
.TagClassName
{
border-color: #CF7276;
}
</style>