Shades of Froly #CF6873
Tints of Froly #CF6873
RGB
CMYK
RGB Variations
Color information
#CF6873 (or 0xCF6873) is known color: Froly. HEX triplet: CF, 68 and 73. RGB value is (207,104,115). Sum of RGB (Red+Green+Blue) = 207+104+115=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6873 is #30978C. Grayscale: #888888. Windows color (decimal): -3184525 or 7563471. OLE color: 7563471.
HSL color Cylindrical-coordinate representation of color #CF6873: hue angle of 353.59º 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 #CF6873 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 115 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.19 |
| HSL | 353.59º | 0.52% | 0.61% | - |
| HSV(B) | 353.59º | 0.5% | 0.81% | - |
| XYZ | 33.78 | 24.4 | 19.15 | - |
| YUV | 136.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 115 | 0 | 0.50 | 0.44 | 0.19 | 353.59 | 0.52 | 0.61 |
| Hex | CF | 68 | 73 | 0 | 32 | 2C | 13 | 162 | 34 | 3D |
| Octal | 317 | 150 | 163 | 0 | 62 | 54 | 23 | 542 | 64 | 75 |
| Binary | 11001111 | 1101000 | 1110011 | 0 | 110010 | 101100 | 10011 | 101100010 | 110100 | 111101 |
Color Harmonies of #CF6873
Complementary color
Monochromatic Colors of #CF6873
Black with #CF6873
Text Example
Text Example
White with #CF6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6873; }
p { color: rgb(207,104,115); }
H1.HeaderClassName
{
color: #CF6873;
}
.AnyTagClassName
{
color: #CF6873;
}
</style>
background-color css
<style>
a { background-color: #CF6873; }
a { background-color: rgb(207,104,115); }
div.DivClassName
{
background-color: #CF6873;
}
.BgClassName
{
background-color: #CF6873;
}
</style>
border-color css
<style>
span { border-color: #CF6873; }
span { border-color: rgb(207,104,115); }
td.TdClassName
{
border-color: #CF6873;
}
.TagClassName
{
border-color: #CF6873;
}
</style>