Shades of Froly #CF6D72
Tints of Froly #CF6D72
RGB
CMYK
RGB Variations
Color information
#CF6D72 (or 0xCF6D72) is known color: Froly. HEX triplet: CF, 6D and 72. RGB value is (207,109,114). Sum of RGB (Red+Green+Blue) = 207+109+114=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D72 is #30928D. Grayscale: #8A8A8A. Windows color (decimal): -3183246 or 7499215. OLE color: 7499215.
HSL color Cylindrical-coordinate representation of color #CF6D72: hue angle of 356.94º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6D72 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 114 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.19 |
| HSL | 356.94º | 0.51% | 0.62% | - |
| HSV(B) | 356.94º | 0.47% | 0.81% | - |
| XYZ | 34.24 | 25.42 | 19.02 | - |
| YUV | 138.87 | 113.97 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 114 | 0 | 0.47 | 0.45 | 0.19 | 356.94 | 0.51 | 0.62 |
| Hex | CF | 6D | 72 | 0 | 2F | 2D | 13 | 165 | 33 | 3E |
| Octal | 317 | 155 | 162 | 0 | 57 | 55 | 23 | 545 | 63 | 76 |
| Binary | 11001111 | 1101101 | 1110010 | 0 | 101111 | 101101 | 10011 | 101100101 | 110011 | 111110 |
Color Harmonies of #CF6D72
Complementary color
Monochromatic Colors of #CF6D72
Black with #CF6D72
Text Example
Text Example
White with #CF6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D72; }
p { color: rgb(207,109,114); }
H1.HeaderClassName
{
color: #CF6D72;
}
.AnyTagClassName
{
color: #CF6D72;
}
</style>
background-color css
<style>
a { background-color: #CF6D72; }
a { background-color: rgb(207,109,114); }
div.DivClassName
{
background-color: #CF6D72;
}
.BgClassName
{
background-color: #CF6D72;
}
</style>
border-color css
<style>
span { border-color: #CF6D72; }
span { border-color: rgb(207,109,114); }
td.TdClassName
{
border-color: #CF6D72;
}
.TagClassName
{
border-color: #CF6D72;
}
</style>