Shades of Froly #CF686A
Tints of Froly #CF686A
RGB
CMYK
RGB Variations
Color information
#CF686A (or 0xCF686A) is known color: Froly. HEX triplet: CF, 68 and 6A. RGB value is (207,104,106). Sum of RGB (Red+Green+Blue) = 207+104+106=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF686A is #309795. Grayscale: #878787. Windows color (decimal): -3184534 or 6973647. OLE color: 6973647.
HSL color Cylindrical-coordinate representation of color #CF686A: hue angle of 358.83º 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 #CF686A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 106 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.19 |
| HSL | 358.84º | 0.52% | 0.61% | - |
| HSV(B) | 358.84º | 0.5% | 0.81% | - |
| XYZ | 33.28 | 24.21 | 16.55 | - |
| YUV | 135.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 106 | 0 | 0.50 | 0.49 | 0.19 | 358.84 | 0.52 | 0.61 |
| Hex | CF | 68 | 6A | 0 | 32 | 31 | 13 | 167 | 34 | 3D |
| Octal | 317 | 150 | 152 | 0 | 62 | 61 | 23 | 547 | 64 | 75 |
| Binary | 11001111 | 1101000 | 1101010 | 0 | 110010 | 110001 | 10011 | 101100111 | 110100 | 111101 |
Color Harmonies of #CF686A
Complementary color
Monochromatic Colors of #CF686A
Black with #CF686A
Text Example
Text Example
White with #CF686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF686A; }
p { color: rgb(207,104,106); }
H1.HeaderClassName
{
color: #CF686A;
}
.AnyTagClassName
{
color: #CF686A;
}
</style>
background-color css
<style>
a { background-color: #CF686A; }
a { background-color: rgb(207,104,106); }
div.DivClassName
{
background-color: #CF686A;
}
.BgClassName
{
background-color: #CF686A;
}
</style>
border-color css
<style>
span { border-color: #CF686A; }
span { border-color: rgb(207,104,106); }
td.TdClassName
{
border-color: #CF686A;
}
.TagClassName
{
border-color: #CF686A;
}
</style>