Shades of Froly #C86F72
Tints of Froly #C86F72
RGB
CMYK
RGB Variations
Color information
#C86F72 (or 0xC86F72) is known color: Froly. HEX triplet: C8, 6F and 72. RGB value is (200,111,114). Sum of RGB (Red+Green+Blue) = 200+111+114=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F72 is #37908D. Grayscale: #8A8A8A. Windows color (decimal): -3641486 or 7499720. OLE color: 7499720.
HSL color Cylindrical-coordinate representation of color #C86F72: hue angle of 357.98º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C86F72 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 114 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.22 |
| HSL | 357.98º | 0.45% | 0.61% | - |
| HSV(B) | 357.98º | 0.45% | 0.78% | - |
| XYZ | 32.54 | 24.86 | 19 | - |
| YUV | 137.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 114 | 0 | 0.44 | 0.43 | 0.22 | 357.98 | 0.45 | 0.61 |
| Hex | C8 | 6F | 72 | 0 | 2C | 2B | 16 | 166 | 2D | 3D |
| Octal | 310 | 157 | 162 | 0 | 54 | 53 | 26 | 546 | 55 | 75 |
| Binary | 11001000 | 1101111 | 1110010 | 0 | 101100 | 101011 | 10110 | 101100110 | 101101 | 111101 |
Color Harmonies of #C86F72
Complementary color
Monochromatic Colors of #C86F72
Black with #C86F72
Text Example
Text Example
White with #C86F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F72; }
p { color: rgb(200,111,114); }
H1.HeaderClassName
{
color: #C86F72;
}
.AnyTagClassName
{
color: #C86F72;
}
</style>
background-color css
<style>
a { background-color: #C86F72; }
a { background-color: rgb(200,111,114); }
div.DivClassName
{
background-color: #C86F72;
}
.BgClassName
{
background-color: #C86F72;
}
</style>
border-color css
<style>
span { border-color: #C86F72; }
span { border-color: rgb(200,111,114); }
td.TdClassName
{
border-color: #C86F72;
}
.TagClassName
{
border-color: #C86F72;
}
</style>