Shades of Coriander #C0B48A
Tints of Coriander #C0B48A
RGB
CMYK
RGB Variations
Color information
#C0B48A (or 0xC0B48A) is known color: Coriander. HEX triplet: C0, B4 and 8A. RGB value is (192,180,138). Sum of RGB (Red+Green+Blue) = 192+180+138=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B48A is #3F4B75. Grayscale: #B2B2B2. Windows color (decimal): -4148086 or 9090240. OLE color: 9090240.
HSL color Cylindrical-coordinate representation of color #C0B48A: hue angle of 46.67º 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 #C0B48A is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 138 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.25 |
| HSL | 46.67º | 0.3% | 0.65% | - |
| HSV(B) | 46.67º | 0.28% | 0.75% | - |
| XYZ | 42.65 | 45.68 | 30.61 | - |
| YUV | 178.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 138 | 0 | 0.06 | 0.28 | 0.25 | 46.67 | 0.3 | 0.65 |
| Hex | C0 | B4 | 8A | 0 | 6 | 1C | 19 | 2F | 1E | 41 |
| Octal | 300 | 264 | 212 | 0 | 6 | 34 | 31 | 57 | 36 | 101 |
| Binary | 11000000 | 10110100 | 10001010 | 0 | 110 | 11100 | 11001 | 101111 | 11110 | 1000001 |
Color Harmonies of #C0B48A
Complementary color
Monochromatic Colors of #C0B48A
Black with #C0B48A
Text Example
Text Example
White with #C0B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B48A; }
p { color: rgb(192,180,138); }
H1.HeaderClassName
{
color: #C0B48A;
}
.AnyTagClassName
{
color: #C0B48A;
}
</style>
background-color css
<style>
a { background-color: #C0B48A; }
a { background-color: rgb(192,180,138); }
div.DivClassName
{
background-color: #C0B48A;
}
.BgClassName
{
background-color: #C0B48A;
}
</style>
border-color css
<style>
span { border-color: #C0B48A; }
span { border-color: rgb(192,180,138); }
td.TdClassName
{
border-color: #C0B48A;
}
.TagClassName
{
border-color: #C0B48A;
}
</style>