Shades of Coriander #C0B68D
Tints of Coriander #C0B68D
RGB
CMYK
RGB Variations
Color information
#C0B68D (or 0xC0B68D) is known color: Coriander. HEX triplet: C0, B6 and 8D. RGB value is (192,182,141). Sum of RGB (Red+Green+Blue) = 192+182+141=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B68D is #3F4972. Grayscale: #B4B4B4. Windows color (decimal): -4147571 or 9287360. OLE color: 9287360.
HSL color Cylindrical-coordinate representation of color #C0B68D: hue angle of 48.24º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0B68D is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 141 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.25 |
| HSL | 48.24º | 0.29% | 0.65% | - |
| HSV(B) | 48.24º | 0.27% | 0.75% | - |
| XYZ | 43.27 | 46.59 | 31.91 | - |
| YUV | 180.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 141 | 0 | 0.05 | 0.27 | 0.25 | 48.24 | 0.29 | 0.65 |
| Hex | C0 | B6 | 8D | 0 | 5 | 1B | 19 | 30 | 1D | 41 |
| Octal | 300 | 266 | 215 | 0 | 5 | 33 | 31 | 60 | 35 | 101 |
| Binary | 11000000 | 10110110 | 10001101 | 0 | 101 | 11011 | 11001 | 110000 | 11101 | 1000001 |
Color Harmonies of #C0B68D
Complementary color
Monochromatic Colors of #C0B68D
Black with #C0B68D
Text Example
Text Example
White with #C0B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B68D; }
p { color: rgb(192,182,141); }
H1.HeaderClassName
{
color: #C0B68D;
}
.AnyTagClassName
{
color: #C0B68D;
}
</style>
background-color css
<style>
a { background-color: #C0B68D; }
a { background-color: rgb(192,182,141); }
div.DivClassName
{
background-color: #C0B68D;
}
.BgClassName
{
background-color: #C0B68D;
}
</style>
border-color css
<style>
span { border-color: #C0B68D; }
span { border-color: rgb(192,182,141); }
td.TdClassName
{
border-color: #C0B68D;
}
.TagClassName
{
border-color: #C0B68D;
}
</style>