Shades of Froly #CF6A6E
Tints of Froly #CF6A6E
RGB
CMYK
RGB Variations
Color information
#CF6A6E (or 0xCF6A6E) is known color: Froly. HEX triplet: CF, 6A and 6E. RGB value is (207,106,110). Sum of RGB (Red+Green+Blue) = 207+106+110=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A6E is #309591. Grayscale: #888888. Windows color (decimal): -3184018 or 7236303. OLE color: 7236303.
HSL color Cylindrical-coordinate representation of color #CF6A6E: hue angle of 357.62º 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 #CF6A6E is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 110 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.19 |
| HSL | 357.62º | 0.51% | 0.61% | - |
| HSV(B) | 357.62º | 0.49% | 0.81% | - |
| XYZ | 33.7 | 24.7 | 17.74 | - |
| YUV | 136.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 110 | 0 | 0.49 | 0.47 | 0.19 | 357.62 | 0.51 | 0.61 |
| Hex | CF | 6A | 6E | 0 | 31 | 2F | 13 | 166 | 33 | 3D |
| Octal | 317 | 152 | 156 | 0 | 61 | 57 | 23 | 546 | 63 | 75 |
| Binary | 11001111 | 1101010 | 1101110 | 0 | 110001 | 101111 | 10011 | 101100110 | 110011 | 111101 |
Color Harmonies of #CF6A6E
Complementary color
Monochromatic Colors of #CF6A6E
Black with #CF6A6E
Text Example
Text Example
White with #CF6A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A6E; }
p { color: rgb(207,106,110); }
H1.HeaderClassName
{
color: #CF6A6E;
}
.AnyTagClassName
{
color: #CF6A6E;
}
</style>
background-color css
<style>
a { background-color: #CF6A6E; }
a { background-color: rgb(207,106,110); }
div.DivClassName
{
background-color: #CF6A6E;
}
.BgClassName
{
background-color: #CF6A6E;
}
</style>
border-color css
<style>
span { border-color: #CF6A6E; }
span { border-color: rgb(207,106,110); }
td.TdClassName
{
border-color: #CF6A6E;
}
.TagClassName
{
border-color: #CF6A6E;
}
</style>