Shades of Coriander #C0B993
Tints of Coriander #C0B993
RGB
CMYK
RGB Variations
Color information
#C0B993 (or 0xC0B993) is known color: Coriander. HEX triplet: C0, B9 and 93. RGB value is (192,185,147). Sum of RGB (Red+Green+Blue) = 192+185+147=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B993 is #3F466C. Grayscale: #B6B6B6. Windows color (decimal): -4146797 or 9681344. OLE color: 9681344.
HSL color Cylindrical-coordinate representation of color #C0B993: hue angle of 50.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B993 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 147 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.25 |
| HSL | 50.67º | 0.26% | 0.66% | - |
| HSV(B) | 50.67º | 0.23% | 0.75% | - |
| XYZ | 44.35 | 48.01 | 34.53 | - |
| YUV | 182.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 147 | 0 | 0.04 | 0.23 | 0.25 | 50.67 | 0.26 | 0.66 |
| Hex | C0 | B9 | 93 | 0 | 4 | 17 | 19 | 33 | 1A | 42 |
| Octal | 300 | 271 | 223 | 0 | 4 | 27 | 31 | 63 | 32 | 102 |
| Binary | 11000000 | 10111001 | 10010011 | 0 | 100 | 10111 | 11001 | 110011 | 11010 | 1000010 |
Color Harmonies of #C0B993
Complementary color
Monochromatic Colors of #C0B993
Black with #C0B993
Text Example
Text Example
White with #C0B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B993; }
p { color: rgb(192,185,147); }
H1.HeaderClassName
{
color: #C0B993;
}
.AnyTagClassName
{
color: #C0B993;
}
</style>
background-color css
<style>
a { background-color: #C0B993; }
a { background-color: rgb(192,185,147); }
div.DivClassName
{
background-color: #C0B993;
}
.BgClassName
{
background-color: #C0B993;
}
</style>
border-color css
<style>
span { border-color: #C0B993; }
span { border-color: rgb(192,185,147); }
td.TdClassName
{
border-color: #C0B993;
}
.TagClassName
{
border-color: #C0B993;
}
</style>