Shades of Froly #CF7278
Tints of Froly #CF7278
RGB
CMYK
RGB Variations
Color information
#CF7278 (or 0xCF7278) is known color: Froly. HEX triplet: CF, 72 and 78. RGB value is (207,114,120). Sum of RGB (Red+Green+Blue) = 207+114+120=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7278 is #308D87. Grayscale: #8E8E8E. Windows color (decimal): -3181960 or 7893711. OLE color: 7893711.
HSL color Cylindrical-coordinate representation of color #CF7278: hue angle of 356.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7278 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 120 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.19 |
| HSL | 356.13º | 0.49% | 0.63% | - |
| HSV(B) | 356.13º | 0.45% | 0.81% | - |
| XYZ | 35.14 | 26.66 | 21.06 | - |
| YUV | 142.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 120 | 0 | 0.45 | 0.42 | 0.19 | 356.13 | 0.49 | 0.63 |
| Hex | CF | 72 | 78 | 0 | 2D | 2A | 13 | 164 | 31 | 3F |
| Octal | 317 | 162 | 170 | 0 | 55 | 52 | 23 | 544 | 61 | 77 |
| Binary | 11001111 | 1110010 | 1111000 | 0 | 101101 | 101010 | 10011 | 101100100 | 110001 | 111111 |
Color Harmonies of #CF7278
Complementary color
Monochromatic Colors of #CF7278
Black with #CF7278
Text Example
Text Example
White with #CF7278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7278; }
p { color: rgb(207,114,120); }
H1.HeaderClassName
{
color: #CF7278;
}
.AnyTagClassName
{
color: #CF7278;
}
</style>
background-color css
<style>
a { background-color: #CF7278; }
a { background-color: rgb(207,114,120); }
div.DivClassName
{
background-color: #CF7278;
}
.BgClassName
{
background-color: #CF7278;
}
</style>
border-color css
<style>
span { border-color: #CF7278; }
span { border-color: rgb(207,114,120); }
td.TdClassName
{
border-color: #CF7278;
}
.TagClassName
{
border-color: #CF7278;
}
</style>