Shades of Coriander #C7BC92
Tints of Coriander #C7BC92
RGB
CMYK
RGB Variations
Color information
#C7BC92 (or 0xC7BC92) is known color: Coriander. HEX triplet: C7, BC and 92. RGB value is (199,188,146). Sum of RGB (Red+Green+Blue) = 199+188+146=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BC92 is #38436D. Grayscale: #BABABA. Windows color (decimal): -3687278 or 9616583. OLE color: 9616583.
HSL color Cylindrical-coordinate representation of color #C7BC92: hue angle of 47.55º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7BC92 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 146 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.22 |
| HSL | 47.55º | 0.32% | 0.68% | - |
| HSV(B) | 47.55º | 0.27% | 0.78% | - |
| XYZ | 46.72 | 50.18 | 34.42 | - |
| YUV | 186.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 146 | 0 | 0.06 | 0.27 | 0.22 | 47.55 | 0.32 | 0.68 |
| Hex | C7 | BC | 92 | 0 | 6 | 1B | 16 | 30 | 20 | 44 |
| Octal | 307 | 274 | 222 | 0 | 6 | 33 | 26 | 60 | 40 | 104 |
| Binary | 11000111 | 10111100 | 10010010 | 0 | 110 | 11011 | 10110 | 110000 | 100000 | 1000100 |
Color Harmonies of #C7BC92
Complementary color
Monochromatic Colors of #C7BC92
Black with #C7BC92
Text Example
Text Example
White with #C7BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC92; }
p { color: rgb(199,188,146); }
H1.HeaderClassName
{
color: #C7BC92;
}
.AnyTagClassName
{
color: #C7BC92;
}
</style>
background-color css
<style>
a { background-color: #C7BC92; }
a { background-color: rgb(199,188,146); }
div.DivClassName
{
background-color: #C7BC92;
}
.BgClassName
{
background-color: #C7BC92;
}
</style>
border-color css
<style>
span { border-color: #C7BC92; }
span { border-color: rgb(199,188,146); }
td.TdClassName
{
border-color: #C7BC92;
}
.TagClassName
{
border-color: #C7BC92;
}
</style>