Shades of Froly #CF6A78
Tints of Froly #CF6A78
RGB
CMYK
RGB Variations
Color information
#CF6A78 (or 0xCF6A78) is known color: Froly. HEX triplet: CF, 6A and 78. RGB value is (207,106,120). Sum of RGB (Red+Green+Blue) = 207+106+120=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A78 is #309587. Grayscale: #898989. Windows color (decimal): -3184008 or 7891663. OLE color: 7891663.
HSL color Cylindrical-coordinate representation of color #CF6A78: hue angle of 351.68º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6A78 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 120 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.19 |
| HSL | 351.68º | 0.51% | 0.61% | - |
| HSV(B) | 351.68º | 0.49% | 0.81% | - |
| XYZ | 34.28 | 24.93 | 20.77 | - |
| YUV | 137.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 120 | 0 | 0.49 | 0.42 | 0.19 | 351.68 | 0.51 | 0.61 |
| Hex | CF | 6A | 78 | 0 | 31 | 2A | 13 | 160 | 33 | 3D |
| Octal | 317 | 152 | 170 | 0 | 61 | 52 | 23 | 540 | 63 | 75 |
| Binary | 11001111 | 1101010 | 1111000 | 0 | 110001 | 101010 | 10011 | 101100000 | 110011 | 111101 |
Color Harmonies of #CF6A78
Complementary color
Monochromatic Colors of #CF6A78
Black with #CF6A78
Text Example
Text Example
White with #CF6A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A78; }
p { color: rgb(207,106,120); }
H1.HeaderClassName
{
color: #CF6A78;
}
.AnyTagClassName
{
color: #CF6A78;
}
</style>
background-color css
<style>
a { background-color: #CF6A78; }
a { background-color: rgb(207,106,120); }
div.DivClassName
{
background-color: #CF6A78;
}
.BgClassName
{
background-color: #CF6A78;
}
</style>
border-color css
<style>
span { border-color: #CF6A78; }
span { border-color: rgb(207,106,120); }
td.TdClassName
{
border-color: #CF6A78;
}
.TagClassName
{
border-color: #CF6A78;
}
</style>