Shades of Coriander #C8BF92
Tints of Coriander #C8BF92
RGB
CMYK
RGB Variations
Color information
#C8BF92 (or 0xC8BF92) is known color: Coriander. HEX triplet: C8, BF and 92. RGB value is (200,191,146). Sum of RGB (Red+Green+Blue) = 200+191+146=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF92 is #37406D. Grayscale: #BCBCBC. Windows color (decimal): -3620974 or 9617352. OLE color: 9617352.
HSL color Cylindrical-coordinate representation of color #C8BF92: hue angle of 50º degrees, saturation: 0.33, 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 #C8BF92 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 146 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.22 |
| HSL | 50º | 0.33% | 0.68% | - |
| HSV(B) | 50º | 0.27% | 0.78% | - |
| XYZ | 47.64 | 51.62 | 34.65 | - |
| YUV | 188.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 146 | 0 | 0.04 | 0.27 | 0.22 | 50 | 0.33 | 0.68 |
| Hex | C8 | BF | 92 | 0 | 4 | 1B | 16 | 32 | 21 | 44 |
| Octal | 310 | 277 | 222 | 0 | 4 | 33 | 26 | 62 | 41 | 104 |
| Binary | 11001000 | 10111111 | 10010010 | 0 | 100 | 11011 | 10110 | 110010 | 100001 | 1000100 |
Color Harmonies of #C8BF92
Complementary color
Monochromatic Colors of #C8BF92
Black with #C8BF92
Text Example
Text Example
White with #C8BF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF92; }
p { color: rgb(200,191,146); }
H1.HeaderClassName
{
color: #C8BF92;
}
.AnyTagClassName
{
color: #C8BF92;
}
</style>
background-color css
<style>
a { background-color: #C8BF92; }
a { background-color: rgb(200,191,146); }
div.DivClassName
{
background-color: #C8BF92;
}
.BgClassName
{
background-color: #C8BF92;
}
</style>
border-color css
<style>
span { border-color: #C8BF92; }
span { border-color: rgb(200,191,146); }
td.TdClassName
{
border-color: #C8BF92;
}
.TagClassName
{
border-color: #C8BF92;
}
</style>