Shades of Froly #CF6771
Tints of Froly #CF6771
RGB
CMYK
RGB Variations
Color information
#CF6771 (or 0xCF6771) is known color: Froly. HEX triplet: CF, 67 and 71. RGB value is (207,103,113). Sum of RGB (Red+Green+Blue) = 207+103+113=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6771 is #30988E. Grayscale: #878787. Windows color (decimal): -3184783 or 7432143. OLE color: 7432143.
HSL color Cylindrical-coordinate representation of color #CF6771: hue angle of 354.23º 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 #CF6771 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 113 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.19 |
| HSL | 354.23º | 0.52% | 0.61% | - |
| HSV(B) | 354.23º | 0.5% | 0.81% | - |
| XYZ | 33.56 | 24.16 | 18.52 | - |
| YUV | 135.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 113 | 0 | 0.50 | 0.45 | 0.19 | 354.23 | 0.52 | 0.61 |
| Hex | CF | 67 | 71 | 0 | 32 | 2D | 13 | 162 | 34 | 3D |
| Octal | 317 | 147 | 161 | 0 | 62 | 55 | 23 | 542 | 64 | 75 |
| Binary | 11001111 | 1100111 | 1110001 | 0 | 110010 | 101101 | 10011 | 101100010 | 110100 | 111101 |
Color Harmonies of #CF6771
Complementary color
Monochromatic Colors of #CF6771
Black with #CF6771
Text Example
Text Example
White with #CF6771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6771; }
p { color: rgb(207,103,113); }
H1.HeaderClassName
{
color: #CF6771;
}
.AnyTagClassName
{
color: #CF6771;
}
</style>
background-color css
<style>
a { background-color: #CF6771; }
a { background-color: rgb(207,103,113); }
div.DivClassName
{
background-color: #CF6771;
}
.BgClassName
{
background-color: #CF6771;
}
</style>
border-color css
<style>
span { border-color: #CF6771; }
span { border-color: rgb(207,103,113); }
td.TdClassName
{
border-color: #CF6771;
}
.TagClassName
{
border-color: #CF6771;
}
</style>