Shades of Froly #CF6F78
Tints of Froly #CF6F78
RGB
CMYK
RGB Variations
Color information
#CF6F78 (or 0xCF6F78) is known color: Froly. HEX triplet: CF, 6F and 78. RGB value is (207,111,120). Sum of RGB (Red+Green+Blue) = 207+111+120=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F78 is #309087. Grayscale: #8C8C8C. Windows color (decimal): -3182728 or 7892943. OLE color: 7892943.
HSL color Cylindrical-coordinate representation of color #CF6F78: hue angle of 354.38º 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 #CF6F78 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 120 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.19 |
| HSL | 354.38º | 0.5% | 0.62% | - |
| HSV(B) | 354.38º | 0.46% | 0.81% | - |
| XYZ | 34.81 | 25.99 | 20.95 | - |
| YUV | 140.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 120 | 0 | 0.46 | 0.42 | 0.19 | 354.38 | 0.5 | 0.62 |
| Hex | CF | 6F | 78 | 0 | 2E | 2A | 13 | 162 | 32 | 3E |
| Octal | 317 | 157 | 170 | 0 | 56 | 52 | 23 | 542 | 62 | 76 |
| Binary | 11001111 | 1101111 | 1111000 | 0 | 101110 | 101010 | 10011 | 101100010 | 110010 | 111110 |
Color Harmonies of #CF6F78
Complementary color
Monochromatic Colors of #CF6F78
Black with #CF6F78
Text Example
Text Example
White with #CF6F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F78; }
p { color: rgb(207,111,120); }
H1.HeaderClassName
{
color: #CF6F78;
}
.AnyTagClassName
{
color: #CF6F78;
}
</style>
background-color css
<style>
a { background-color: #CF6F78; }
a { background-color: rgb(207,111,120); }
div.DivClassName
{
background-color: #CF6F78;
}
.BgClassName
{
background-color: #CF6F78;
}
</style>
border-color css
<style>
span { border-color: #CF6F78; }
span { border-color: rgb(207,111,120); }
td.TdClassName
{
border-color: #CF6F78;
}
.TagClassName
{
border-color: #CF6F78;
}
</style>