Shades of Froly #CF6777
Tints of Froly #CF6777
RGB
CMYK
RGB Variations
Color information
#CF6777 (or 0xCF6777) is known color: Froly. HEX triplet: CF, 67 and 77. RGB value is (207,103,119). Sum of RGB (Red+Green+Blue) = 207+103+119=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6777 is #309888. Grayscale: #878787. Windows color (decimal): -3184777 or 7825359. OLE color: 7825359.
HSL color Cylindrical-coordinate representation of color #CF6777: hue angle of 350.77º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6777 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 119 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.19 |
| HSL | 350.77º | 0.52% | 0.61% | - |
| HSV(B) | 350.77º | 0.5% | 0.81% | - |
| XYZ | 33.91 | 24.3 | 20.36 | - |
| YUV | 135.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 119 | 0 | 0.50 | 0.43 | 0.19 | 350.77 | 0.52 | 0.61 |
| Hex | CF | 67 | 77 | 0 | 32 | 2B | 13 | 15F | 34 | 3D |
| Octal | 317 | 147 | 167 | 0 | 62 | 53 | 23 | 537 | 64 | 75 |
| Binary | 11001111 | 1100111 | 1110111 | 0 | 110010 | 101011 | 10011 | 101011111 | 110100 | 111101 |
Color Harmonies of #CF6777
Complementary color
Monochromatic Colors of #CF6777
Black with #CF6777
Text Example
Text Example
White with #CF6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6777; }
p { color: rgb(207,103,119); }
H1.HeaderClassName
{
color: #CF6777;
}
.AnyTagClassName
{
color: #CF6777;
}
</style>
background-color css
<style>
a { background-color: #CF6777; }
a { background-color: rgb(207,103,119); }
div.DivClassName
{
background-color: #CF6777;
}
.BgClassName
{
background-color: #CF6777;
}
</style>
border-color css
<style>
span { border-color: #CF6777; }
span { border-color: rgb(207,103,119); }
td.TdClassName
{
border-color: #CF6777;
}
.TagClassName
{
border-color: #CF6777;
}
</style>