Shades of Froly #CF7374
Tints of Froly #CF7374
RGB
CMYK
RGB Variations
Color information
#CF7374 (or 0xCF7374) is known color: Froly. HEX triplet: CF, 73 and 74. RGB value is (207,115,116). Sum of RGB (Red+Green+Blue) = 207+115+116=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7374 is #308C8B. Grayscale: #8E8E8E. Windows color (decimal): -3181708 or 7631823. OLE color: 7631823.
HSL color Cylindrical-coordinate representation of color #CF7374: hue angle of 359.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7374 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 116 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.19 |
| HSL | 359.35º | 0.49% | 0.63% | - |
| HSV(B) | 359.35º | 0.44% | 0.81% | - |
| XYZ | 35.02 | 26.79 | 19.85 | - |
| YUV | 142.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 116 | 0 | 0.44 | 0.44 | 0.19 | 359.35 | 0.49 | 0.63 |
| Hex | CF | 73 | 74 | 0 | 2C | 2C | 13 | 167 | 31 | 3F |
| Octal | 317 | 163 | 164 | 0 | 54 | 54 | 23 | 547 | 61 | 77 |
| Binary | 11001111 | 1110011 | 1110100 | 0 | 101100 | 101100 | 10011 | 101100111 | 110001 | 111111 |
Color Harmonies of #CF7374
Complementary color
Monochromatic Colors of #CF7374
Black with #CF7374
Text Example
Text Example
White with #CF7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7374; }
p { color: rgb(207,115,116); }
H1.HeaderClassName
{
color: #CF7374;
}
.AnyTagClassName
{
color: #CF7374;
}
</style>
background-color css
<style>
a { background-color: #CF7374; }
a { background-color: rgb(207,115,116); }
div.DivClassName
{
background-color: #CF7374;
}
.BgClassName
{
background-color: #CF7374;
}
</style>
border-color css
<style>
span { border-color: #CF7374; }
span { border-color: rgb(207,115,116); }
td.TdClassName
{
border-color: #CF7374;
}
.TagClassName
{
border-color: #CF7374;
}
</style>