Shades of Froly #CF6B71
Tints of Froly #CF6B71
RGB
CMYK
RGB Variations
Color information
#CF6B71 (or 0xCF6B71) is known color: Froly. HEX triplet: CF, 6B and 71. RGB value is (207,107,113). Sum of RGB (Red+Green+Blue) = 207+107+113=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B71 is #30948E. Grayscale: #898989. Windows color (decimal): -3183759 or 7433167. OLE color: 7433167.
HSL color Cylindrical-coordinate representation of color #CF6B71: hue angle of 356.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6B71 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 113 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.19 |
| HSL | 356.4º | 0.51% | 0.62% | - |
| HSV(B) | 356.4º | 0.48% | 0.81% | - |
| XYZ | 33.97 | 24.97 | 18.65 | - |
| YUV | 137.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 113 | 0 | 0.48 | 0.45 | 0.19 | 356.4 | 0.51 | 0.62 |
| Hex | CF | 6B | 71 | 0 | 30 | 2D | 13 | 164 | 33 | 3E |
| Octal | 317 | 153 | 161 | 0 | 60 | 55 | 23 | 544 | 63 | 76 |
| Binary | 11001111 | 1101011 | 1110001 | 0 | 110000 | 101101 | 10011 | 101100100 | 110011 | 111110 |
Color Harmonies of #CF6B71
Complementary color
Monochromatic Colors of #CF6B71
Black with #CF6B71
Text Example
Text Example
White with #CF6B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B71; }
p { color: rgb(207,107,113); }
H1.HeaderClassName
{
color: #CF6B71;
}
.AnyTagClassName
{
color: #CF6B71;
}
</style>
background-color css
<style>
a { background-color: #CF6B71; }
a { background-color: rgb(207,107,113); }
div.DivClassName
{
background-color: #CF6B71;
}
.BgClassName
{
background-color: #CF6B71;
}
</style>
border-color css
<style>
span { border-color: #CF6B71; }
span { border-color: rgb(207,107,113); }
td.TdClassName
{
border-color: #CF6B71;
}
.TagClassName
{
border-color: #CF6B71;
}
</style>