Shades of Froly #CF6F77
Tints of Froly #CF6F77
RGB
CMYK
RGB Variations
Color information
#CF6F77 (or 0xCF6F77) is known color: Froly. HEX triplet: CF, 6F and 77. RGB value is (207,111,119). Sum of RGB (Red+Green+Blue) = 207+111+119=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F77 is #309088. Grayscale: #8C8C8C. Windows color (decimal): -3182729 or 7827407. OLE color: 7827407.
HSL color Cylindrical-coordinate representation of color #CF6F77: hue angle of 355º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6F77 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 119 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.19 |
| HSL | 355º | 0.5% | 0.62% | - |
| HSV(B) | 355º | 0.46% | 0.81% | - |
| XYZ | 34.75 | 25.97 | 20.63 | - |
| YUV | 140.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 119 | 0 | 0.46 | 0.43 | 0.19 | 355 | 0.5 | 0.62 |
| Hex | CF | 6F | 77 | 0 | 2E | 2B | 13 | 163 | 32 | 3E |
| Octal | 317 | 157 | 167 | 0 | 56 | 53 | 23 | 543 | 62 | 76 |
| Binary | 11001111 | 1101111 | 1110111 | 0 | 101110 | 101011 | 10011 | 101100011 | 110010 | 111110 |
Color Harmonies of #CF6F77
Complementary color
Monochromatic Colors of #CF6F77
Black with #CF6F77
Text Example
Text Example
White with #CF6F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F77; }
p { color: rgb(207,111,119); }
H1.HeaderClassName
{
color: #CF6F77;
}
.AnyTagClassName
{
color: #CF6F77;
}
</style>
background-color css
<style>
a { background-color: #CF6F77; }
a { background-color: rgb(207,111,119); }
div.DivClassName
{
background-color: #CF6F77;
}
.BgClassName
{
background-color: #CF6F77;
}
</style>
border-color css
<style>
span { border-color: #CF6F77; }
span { border-color: rgb(207,111,119); }
td.TdClassName
{
border-color: #CF6F77;
}
.TagClassName
{
border-color: #CF6F77;
}
</style>