Shades of Froly #C96B6F
Tints of Froly #C96B6F
RGB
CMYK
RGB Variations
Color information
#C96B6F (or 0xC96B6F) is known color: Froly. HEX triplet: C9, 6B and 6F. RGB value is (201,107,111). Sum of RGB (Red+Green+Blue) = 201+107+111=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B6F is #369490. Grayscale: #878787. Windows color (decimal): -3576977 or 7302089. OLE color: 7302089.
HSL color Cylindrical-coordinate representation of color #C96B6F: hue angle of 357.45º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96B6F is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 111 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.21 |
| HSL | 357.45º | 0.47% | 0.6% | - |
| HSV(B) | 357.45º | 0.47% | 0.79% | - |
| XYZ | 32.21 | 24.08 | 17.99 | - |
| YUV | 135.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 111 | 0 | 0.47 | 0.45 | 0.21 | 357.45 | 0.47 | 0.6 |
| Hex | C9 | 6B | 6F | 0 | 2F | 2D | 15 | 165 | 2F | 3C |
| Octal | 311 | 153 | 157 | 0 | 57 | 55 | 25 | 545 | 57 | 74 |
| Binary | 11001001 | 1101011 | 1101111 | 0 | 101111 | 101101 | 10101 | 101100101 | 101111 | 111100 |
Color Harmonies of #C96B6F
Complementary color
Monochromatic Colors of #C96B6F
Black with #C96B6F
Text Example
Text Example
White with #C96B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B6F; }
p { color: rgb(201,107,111); }
H1.HeaderClassName
{
color: #C96B6F;
}
.AnyTagClassName
{
color: #C96B6F;
}
</style>
background-color css
<style>
a { background-color: #C96B6F; }
a { background-color: rgb(201,107,111); }
div.DivClassName
{
background-color: #C96B6F;
}
.BgClassName
{
background-color: #C96B6F;
}
</style>
border-color css
<style>
span { border-color: #C96B6F; }
span { border-color: rgb(201,107,111); }
td.TdClassName
{
border-color: #C96B6F;
}
.TagClassName
{
border-color: #C96B6F;
}
</style>