Shades of Froly #CF6972
Tints of Froly #CF6972
RGB
CMYK
RGB Variations
Color information
#CF6972 (or 0xCF6972) is known color: Froly. HEX triplet: CF, 69 and 72. RGB value is (207,105,114). Sum of RGB (Red+Green+Blue) = 207+105+114=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6972 is #30968D. Grayscale: #888888. Windows color (decimal): -3184270 or 7498191. OLE color: 7498191.
HSL color Cylindrical-coordinate representation of color #CF6972: hue angle of 354.71º degrees, saturation: 0.52, 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 #CF6972 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 114 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.19 |
| HSL | 354.71º | 0.52% | 0.61% | - |
| HSV(B) | 354.71º | 0.49% | 0.81% | - |
| XYZ | 33.82 | 24.58 | 18.88 | - |
| YUV | 136.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 114 | 0 | 0.49 | 0.45 | 0.19 | 354.71 | 0.52 | 0.61 |
| Hex | CF | 69 | 72 | 0 | 31 | 2D | 13 | 163 | 34 | 3D |
| Octal | 317 | 151 | 162 | 0 | 61 | 55 | 23 | 543 | 64 | 75 |
| Binary | 11001111 | 1101001 | 1110010 | 0 | 110001 | 101101 | 10011 | 101100011 | 110100 | 111101 |
Color Harmonies of #CF6972
Complementary color
Monochromatic Colors of #CF6972
Black with #CF6972
Text Example
Text Example
White with #CF6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6972; }
p { color: rgb(207,105,114); }
H1.HeaderClassName
{
color: #CF6972;
}
.AnyTagClassName
{
color: #CF6972;
}
</style>
background-color css
<style>
a { background-color: #CF6972; }
a { background-color: rgb(207,105,114); }
div.DivClassName
{
background-color: #CF6972;
}
.BgClassName
{
background-color: #CF6972;
}
</style>
border-color css
<style>
span { border-color: #CF6972; }
span { border-color: rgb(207,105,114); }
td.TdClassName
{
border-color: #CF6972;
}
.TagClassName
{
border-color: #CF6972;
}
</style>