Shades of Froly #C86C74
Tints of Froly #C86C74
RGB
CMYK
RGB Variations
Color information
#C86C74 (or 0xC86C74) is known color: Froly. HEX triplet: C8, 6C and 74. RGB value is (200,108,116). Sum of RGB (Red+Green+Blue) = 200+108+116=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C74 is #37938B. Grayscale: #888888. Windows color (decimal): -3642252 or 7630024. OLE color: 7630024.
HSL color Cylindrical-coordinate representation of color #C86C74: hue angle of 354.78º 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 #C86C74 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 116 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.22 |
| HSL | 354.78º | 0.46% | 0.6% | - |
| HSV(B) | 354.78º | 0.46% | 0.78% | - |
| XYZ | 32.33 | 24.27 | 19.5 | - |
| YUV | 136.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 116 | 0 | 0.46 | 0.42 | 0.22 | 354.78 | 0.46 | 0.6 |
| Hex | C8 | 6C | 74 | 0 | 2E | 2A | 16 | 163 | 2E | 3C |
| Octal | 310 | 154 | 164 | 0 | 56 | 52 | 26 | 543 | 56 | 74 |
| Binary | 11001000 | 1101100 | 1110100 | 0 | 101110 | 101010 | 10110 | 101100011 | 101110 | 111100 |
Color Harmonies of #C86C74
Complementary color
Monochromatic Colors of #C86C74
Black with #C86C74
Text Example
Text Example
White with #C86C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C74; }
p { color: rgb(200,108,116); }
H1.HeaderClassName
{
color: #C86C74;
}
.AnyTagClassName
{
color: #C86C74;
}
</style>
background-color css
<style>
a { background-color: #C86C74; }
a { background-color: rgb(200,108,116); }
div.DivClassName
{
background-color: #C86C74;
}
.BgClassName
{
background-color: #C86C74;
}
</style>
border-color css
<style>
span { border-color: #C86C74; }
span { border-color: rgb(200,108,116); }
td.TdClassName
{
border-color: #C86C74;
}
.TagClassName
{
border-color: #C86C74;
}
</style>