Shades of Coriander #C0B98A
Tints of Coriander #C0B98A
RGB
CMYK
RGB Variations
Color information
#C0B98A (or 0xC0B98A) is known color: Coriander. HEX triplet: C0, B9 and 8A. RGB value is (192,185,138). Sum of RGB (Red+Green+Blue) = 192+185+138=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B98A is #3F4675. Grayscale: #B5B5B5. Windows color (decimal): -4146806 or 9091520. OLE color: 9091520.
HSL color Cylindrical-coordinate representation of color #C0B98A: hue angle of 52.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0B98A is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 138 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.25 |
| HSL | 52.22º | 0.3% | 0.65% | - |
| HSV(B) | 52.22º | 0.28% | 0.75% | - |
| XYZ | 43.67 | 47.74 | 30.96 | - |
| YUV | 181.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 138 | 0 | 0.04 | 0.28 | 0.25 | 52.22 | 0.3 | 0.65 |
| Hex | C0 | B9 | 8A | 0 | 4 | 1C | 19 | 34 | 1E | 41 |
| Octal | 300 | 271 | 212 | 0 | 4 | 34 | 31 | 64 | 36 | 101 |
| Binary | 11000000 | 10111001 | 10001010 | 0 | 100 | 11100 | 11001 | 110100 | 11110 | 1000001 |
Color Harmonies of #C0B98A
Complementary color
Monochromatic Colors of #C0B98A
Black with #C0B98A
Text Example
Text Example
White with #C0B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B98A; }
p { color: rgb(192,185,138); }
H1.HeaderClassName
{
color: #C0B98A;
}
.AnyTagClassName
{
color: #C0B98A;
}
</style>
background-color css
<style>
a { background-color: #C0B98A; }
a { background-color: rgb(192,185,138); }
div.DivClassName
{
background-color: #C0B98A;
}
.BgClassName
{
background-color: #C0B98A;
}
</style>
border-color css
<style>
span { border-color: #C0B98A; }
span { border-color: rgb(192,185,138); }
td.TdClassName
{
border-color: #C0B98A;
}
.TagClassName
{
border-color: #C0B98A;
}
</style>