Shades of Froly #CF7275
Tints of Froly #CF7275
RGB
CMYK
RGB Variations
Color information
#CF7275 (or 0xCF7275) is known color: Froly. HEX triplet: CF, 72 and 75. RGB value is (207,114,117). Sum of RGB (Red+Green+Blue) = 207+114+117=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7275 is #308D8A. Grayscale: #8E8E8E. Windows color (decimal): -3181963 or 7697103. OLE color: 7697103.
HSL color Cylindrical-coordinate representation of color #CF7275: hue angle of 358.06º 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 #CF7275 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 117 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.19 |
| HSL | 358.06º | 0.49% | 0.63% | - |
| HSV(B) | 358.06º | 0.45% | 0.81% | - |
| XYZ | 34.96 | 26.58 | 20.12 | - |
| YUV | 142.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 117 | 0 | 0.45 | 0.43 | 0.19 | 358.06 | 0.49 | 0.63 |
| Hex | CF | 72 | 75 | 0 | 2D | 2B | 13 | 166 | 31 | 3F |
| Octal | 317 | 162 | 165 | 0 | 55 | 53 | 23 | 546 | 61 | 77 |
| Binary | 11001111 | 1110010 | 1110101 | 0 | 101101 | 101011 | 10011 | 101100110 | 110001 | 111111 |
Color Harmonies of #CF7275
Complementary color
Monochromatic Colors of #CF7275
Black with #CF7275
Text Example
Text Example
White with #CF7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7275; }
p { color: rgb(207,114,117); }
H1.HeaderClassName
{
color: #CF7275;
}
.AnyTagClassName
{
color: #CF7275;
}
</style>
background-color css
<style>
a { background-color: #CF7275; }
a { background-color: rgb(207,114,117); }
div.DivClassName
{
background-color: #CF7275;
}
.BgClassName
{
background-color: #CF7275;
}
</style>
border-color css
<style>
span { border-color: #CF7275; }
span { border-color: rgb(207,114,117); }
td.TdClassName
{
border-color: #CF7275;
}
.TagClassName
{
border-color: #CF7275;
}
</style>