Shades of Coriander #C0B48B
Tints of Coriander #C0B48B
RGB
CMYK
RGB Variations
Color information
#C0B48B (or 0xC0B48B) is known color: Coriander. HEX triplet: C0, B4 and 8B. RGB value is (192,180,139). Sum of RGB (Red+Green+Blue) = 192+180+139=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B48B is #3F4B74. Grayscale: #B3B3B3. Windows color (decimal): -4148085 or 9155776. OLE color: 9155776.
HSL color Cylindrical-coordinate representation of color #C0B48B: hue angle of 46.42º 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 #C0B48B is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 139 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.25 |
| HSL | 46.42º | 0.3% | 0.65% | - |
| HSV(B) | 46.42º | 0.28% | 0.75% | - |
| XYZ | 42.72 | 45.71 | 31 | - |
| YUV | 178.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 139 | 0 | 0.06 | 0.28 | 0.25 | 46.42 | 0.3 | 0.65 |
| Hex | C0 | B4 | 8B | 0 | 6 | 1C | 19 | 2E | 1E | 41 |
| Octal | 300 | 264 | 213 | 0 | 6 | 34 | 31 | 56 | 36 | 101 |
| Binary | 11000000 | 10110100 | 10001011 | 0 | 110 | 11100 | 11001 | 101110 | 11110 | 1000001 |
Color Harmonies of #C0B48B
Complementary color
Monochromatic Colors of #C0B48B
Black with #C0B48B
Text Example
Text Example
White with #C0B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B48B; }
p { color: rgb(192,180,139); }
H1.HeaderClassName
{
color: #C0B48B;
}
.AnyTagClassName
{
color: #C0B48B;
}
</style>
background-color css
<style>
a { background-color: #C0B48B; }
a { background-color: rgb(192,180,139); }
div.DivClassName
{
background-color: #C0B48B;
}
.BgClassName
{
background-color: #C0B48B;
}
</style>
border-color css
<style>
span { border-color: #C0B48B; }
span { border-color: rgb(192,180,139); }
td.TdClassName
{
border-color: #C0B48B;
}
.TagClassName
{
border-color: #C0B48B;
}
</style>