Shades of Coriander #C0BE8D
Tints of Coriander #C0BE8D
RGB
CMYK
RGB Variations
Color information
#C0BE8D (or 0xC0BE8D) is known color: Coriander. HEX triplet: C0, BE and 8D. RGB value is (192,190,141). Sum of RGB (Red+Green+Blue) = 192+190+141=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE8D is #3F4172. Grayscale: #B9B9B9. Windows color (decimal): -4145523 or 9289408. OLE color: 9289408.
HSL color Cylindrical-coordinate representation of color #C0BE8D: hue angle of 57.65º 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 #C0BE8D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 190 | 141 | - |
CMYK | 0 | 0.01 | 0.27 | 0.25 |
HSL | 57.65º | 0.29% | 0.65% | - |
HSV(B) | 57.65º | 0.27% | 0.75% | - |
XYZ | 44.96 | 49.96 | 32.47 | - |
YUV | 185.01 | 103.16 | 132.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 190 | 141 | 0 | 0.01 | 0.27 | 0.25 | 57.65 | 0.29 | 0.65 |
Hex | C0 | BE | 8D | 0 | 1 | 1B | 19 | 3A | 1D | 41 |
Octal | 300 | 276 | 215 | 0 | 1 | 33 | 31 | 72 | 35 | 101 |
Binary | 11000000 | 10111110 | 10001101 | 0 | 1 | 11011 | 11001 | 111010 | 11101 | 1000001 |
Color Harmonies of #C0BE8D
Complementary color
Monochromatic Colors of #C0BE8D
Black with #C0BE8D
Text Example
Text Example
White with #C0BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE8D; }
p { color: rgb(192,190,141); }
H1.HeaderClassName
{
color: #C0BE8D;
}
.AnyTagClassName
{
color: #C0BE8D;
}
</style>
background-color css
<style>
a { background-color: #C0BE8D; }
a { background-color: rgb(192,190,141); }
div.DivClassName
{
background-color: #C0BE8D;
}
.BgClassName
{
background-color: #C0BE8D;
}
</style>
border-color css
<style>
span { border-color: #C0BE8D; }
span { border-color: rgb(192,190,141); }
td.TdClassName
{
border-color: #C0BE8D;
}
.TagClassName
{
border-color: #C0BE8D;
}
</style>