Shades of Froly #C86E73
Tints of Froly #C86E73
RGB
CMYK
RGB Variations
Color information
#C86E73 (or 0xC86E73) is known color: Froly. HEX triplet: C8, 6E and 73. RGB value is (200,110,115). Sum of RGB (Red+Green+Blue) = 200+110+115=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E73 is #37918C. Grayscale: #898989. Windows color (decimal): -3641741 or 7565000. OLE color: 7565000.
HSL color Cylindrical-coordinate representation of color #C86E73: hue angle of 356.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86E73 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 115 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.22 |
| HSL | 356.67º | 0.45% | 0.61% | - |
| HSV(B) | 356.67º | 0.45% | 0.78% | - |
| XYZ | 32.49 | 24.67 | 19.27 | - |
| YUV | 137.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 115 | 0 | 0.45 | 0.42 | 0.22 | 356.67 | 0.45 | 0.61 |
| Hex | C8 | 6E | 73 | 0 | 2D | 2A | 16 | 165 | 2D | 3D |
| Octal | 310 | 156 | 163 | 0 | 55 | 52 | 26 | 545 | 55 | 75 |
| Binary | 11001000 | 1101110 | 1110011 | 0 | 101101 | 101010 | 10110 | 101100101 | 101101 | 111101 |
Color Harmonies of #C86E73
Complementary color
Monochromatic Colors of #C86E73
Black with #C86E73
Text Example
Text Example
White with #C86E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E73; }
p { color: rgb(200,110,115); }
H1.HeaderClassName
{
color: #C86E73;
}
.AnyTagClassName
{
color: #C86E73;
}
</style>
background-color css
<style>
a { background-color: #C86E73; }
a { background-color: rgb(200,110,115); }
div.DivClassName
{
background-color: #C86E73;
}
.BgClassName
{
background-color: #C86E73;
}
</style>
border-color css
<style>
span { border-color: #C86E73; }
span { border-color: rgb(200,110,115); }
td.TdClassName
{
border-color: #C86E73;
}
.TagClassName
{
border-color: #C86E73;
}
</style>