Shades of Coriander #C0B58A
Tints of Coriander #C0B58A
RGB
CMYK
RGB Variations
Color information
#C0B58A (or 0xC0B58A) is known color: Coriander. HEX triplet: C0, B5 and 8A. RGB value is (192,181,138). Sum of RGB (Red+Green+Blue) = 192+181+138=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B58A is #3F4A75. Grayscale: #B3B3B3. Windows color (decimal): -4147830 or 9090496. OLE color: 9090496.
HSL color Cylindrical-coordinate representation of color #C0B58A: hue angle of 47.78º 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 #C0B58A is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 138 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.25 |
| HSL | 47.78º | 0.3% | 0.65% | - |
| HSV(B) | 47.78º | 0.28% | 0.75% | - |
| XYZ | 42.85 | 46.09 | 30.68 | - |
| YUV | 179.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 138 | 0 | 0.06 | 0.28 | 0.25 | 47.78 | 0.3 | 0.65 |
| Hex | C0 | B5 | 8A | 0 | 6 | 1C | 19 | 30 | 1E | 41 |
| Octal | 300 | 265 | 212 | 0 | 6 | 34 | 31 | 60 | 36 | 101 |
| Binary | 11000000 | 10110101 | 10001010 | 0 | 110 | 11100 | 11001 | 110000 | 11110 | 1000001 |
Color Harmonies of #C0B58A
Complementary color
Monochromatic Colors of #C0B58A
Black with #C0B58A
Text Example
Text Example
White with #C0B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B58A; }
p { color: rgb(192,181,138); }
H1.HeaderClassName
{
color: #C0B58A;
}
.AnyTagClassName
{
color: #C0B58A;
}
</style>
background-color css
<style>
a { background-color: #C0B58A; }
a { background-color: rgb(192,181,138); }
div.DivClassName
{
background-color: #C0B58A;
}
.BgClassName
{
background-color: #C0B58A;
}
</style>
border-color css
<style>
span { border-color: #C0B58A; }
span { border-color: rgb(192,181,138); }
td.TdClassName
{
border-color: #C0B58A;
}
.TagClassName
{
border-color: #C0B58A;
}
</style>