Shades of Coriander #C8BE92
Tints of Coriander #C8BE92
RGB
CMYK
RGB Variations
Color information
#C8BE92 (or 0xC8BE92) is known color: Coriander. HEX triplet: C8, BE and 92. RGB value is (200,190,146). Sum of RGB (Red+Green+Blue) = 200+190+146=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BE92 is #37416D. Grayscale: #BCBCBC. Windows color (decimal): -3621230 or 9617096. OLE color: 9617096.
HSL color Cylindrical-coordinate representation of color #C8BE92: hue angle of 48.89º 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 #C8BE92 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 146 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.22 |
| HSL | 48.89º | 0.33% | 0.68% | - |
| HSV(B) | 48.89º | 0.27% | 0.78% | - |
| XYZ | 47.42 | 51.18 | 34.57 | - |
| YUV | 187.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 146 | 0 | 0.05 | 0.27 | 0.22 | 48.89 | 0.33 | 0.68 |
| Hex | C8 | BE | 92 | 0 | 5 | 1B | 16 | 31 | 21 | 44 |
| Octal | 310 | 276 | 222 | 0 | 5 | 33 | 26 | 61 | 41 | 104 |
| Binary | 11001000 | 10111110 | 10010010 | 0 | 101 | 11011 | 10110 | 110001 | 100001 | 1000100 |
Color Harmonies of #C8BE92
Complementary color
Monochromatic Colors of #C8BE92
Black with #C8BE92
Text Example
Text Example
White with #C8BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE92; }
p { color: rgb(200,190,146); }
H1.HeaderClassName
{
color: #C8BE92;
}
.AnyTagClassName
{
color: #C8BE92;
}
</style>
background-color css
<style>
a { background-color: #C8BE92; }
a { background-color: rgb(200,190,146); }
div.DivClassName
{
background-color: #C8BE92;
}
.BgClassName
{
background-color: #C8BE92;
}
</style>
border-color css
<style>
span { border-color: #C8BE92; }
span { border-color: rgb(200,190,146); }
td.TdClassName
{
border-color: #C8BE92;
}
.TagClassName
{
border-color: #C8BE92;
}
</style>