Shades of Froly #C86C6E
Tints of Froly #C86C6E
RGB
CMYK
RGB Variations
Color information
#C86C6E (or 0xC86C6E) is known color: Froly. HEX triplet: C8, 6C and 6E. RGB value is (200,108,110). Sum of RGB (Red+Green+Blue) = 200+108+110=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C6E is #379391. Grayscale: #878787. Windows color (decimal): -3642258 or 7236808. OLE color: 7236808.
HSL color Cylindrical-coordinate representation of color #C86C6E: hue angle of 358.7º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86C6E is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 110 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.22 |
| HSL | 358.7º | 0.46% | 0.6% | - |
| HSV(B) | 358.7º | 0.46% | 0.78% | - |
| XYZ | 32 | 24.13 | 17.72 | - |
| YUV | 135.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 110 | 0 | 0.46 | 0.45 | 0.22 | 358.7 | 0.46 | 0.6 |
| Hex | C8 | 6C | 6E | 0 | 2E | 2D | 16 | 167 | 2E | 3C |
| Octal | 310 | 154 | 156 | 0 | 56 | 55 | 26 | 547 | 56 | 74 |
| Binary | 11001000 | 1101100 | 1101110 | 0 | 101110 | 101101 | 10110 | 101100111 | 101110 | 111100 |
Color Harmonies of #C86C6E
Complementary color
Monochromatic Colors of #C86C6E
Black with #C86C6E
Text Example
Text Example
White with #C86C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C6E; }
p { color: rgb(200,108,110); }
H1.HeaderClassName
{
color: #C86C6E;
}
.AnyTagClassName
{
color: #C86C6E;
}
</style>
background-color css
<style>
a { background-color: #C86C6E; }
a { background-color: rgb(200,108,110); }
div.DivClassName
{
background-color: #C86C6E;
}
.BgClassName
{
background-color: #C86C6E;
}
</style>
border-color css
<style>
span { border-color: #C86C6E; }
span { border-color: rgb(200,108,110); }
td.TdClassName
{
border-color: #C86C6E;
}
.TagClassName
{
border-color: #C86C6E;
}
</style>