Shades of Coriander #C0BB8F
Tints of Coriander #C0BB8F
RGB
CMYK
RGB Variations
Color information
#C0BB8F (or 0xC0BB8F) is known color: Coriander. HEX triplet: C0, BB and 8F. RGB value is (192,187,143). Sum of RGB (Red+Green+Blue) = 192+187+143=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB8F is #3F4470. Grayscale: #B7B7B7. Windows color (decimal): -4146289 or 9419712. OLE color: 9419712.
HSL color Cylindrical-coordinate representation of color #C0BB8F: hue angle of 53.88º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BB8F is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 143 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.25 |
| HSL | 53.88º | 0.28% | 0.66% | - |
| HSV(B) | 53.88º | 0.26% | 0.75% | - |
| XYZ | 44.47 | 48.73 | 33.05 | - |
| YUV | 183.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 143 | 0 | 0.03 | 0.26 | 0.25 | 53.88 | 0.28 | 0.66 |
| Hex | C0 | BB | 8F | 0 | 3 | 1A | 19 | 36 | 1C | 42 |
| Octal | 300 | 273 | 217 | 0 | 3 | 32 | 31 | 66 | 34 | 102 |
| Binary | 11000000 | 10111011 | 10001111 | 0 | 11 | 11010 | 11001 | 110110 | 11100 | 1000010 |
Color Harmonies of #C0BB8F
Complementary color
Monochromatic Colors of #C0BB8F
Black with #C0BB8F
Text Example
Text Example
White with #C0BB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB8F; }
p { color: rgb(192,187,143); }
H1.HeaderClassName
{
color: #C0BB8F;
}
.AnyTagClassName
{
color: #C0BB8F;
}
</style>
background-color css
<style>
a { background-color: #C0BB8F; }
a { background-color: rgb(192,187,143); }
div.DivClassName
{
background-color: #C0BB8F;
}
.BgClassName
{
background-color: #C0BB8F;
}
</style>
border-color css
<style>
span { border-color: #C0BB8F; }
span { border-color: rgb(192,187,143); }
td.TdClassName
{
border-color: #C0BB8F;
}
.TagClassName
{
border-color: #C0BB8F;
}
</style>