Shades of Coriander #C4BC8B
Tints of Coriander #C4BC8B
RGB
CMYK
RGB Variations
Color information
#C4BC8B (or 0xC4BC8B) is known color: Coriander. HEX triplet: C4, BC and 8B. RGB value is (196,188,139). Sum of RGB (Red+Green+Blue) = 196+188+139=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC8B is #3B4374. Grayscale: #B9B9B9. Windows color (decimal): -3883893 or 9157828. OLE color: 9157828.
HSL color Cylindrical-coordinate representation of color #C4BC8B: hue angle of 51.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4BC8B is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 139 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.23 |
| HSL | 51.58º | 0.33% | 0.66% | - |
| HSV(B) | 51.58º | 0.29% | 0.77% | - |
| XYZ | 45.41 | 49.57 | 31.6 | - |
| YUV | 184.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 139 | 0 | 0.04 | 0.29 | 0.23 | 51.58 | 0.33 | 0.66 |
| Hex | C4 | BC | 8B | 0 | 4 | 1D | 17 | 34 | 21 | 42 |
| Octal | 304 | 274 | 213 | 0 | 4 | 35 | 27 | 64 | 41 | 102 |
| Binary | 11000100 | 10111100 | 10001011 | 0 | 100 | 11101 | 10111 | 110100 | 100001 | 1000010 |
Color Harmonies of #C4BC8B
Complementary color
Monochromatic Colors of #C4BC8B
Black with #C4BC8B
Text Example
Text Example
White with #C4BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC8B; }
p { color: rgb(196,188,139); }
H1.HeaderClassName
{
color: #C4BC8B;
}
.AnyTagClassName
{
color: #C4BC8B;
}
</style>
background-color css
<style>
a { background-color: #C4BC8B; }
a { background-color: rgb(196,188,139); }
div.DivClassName
{
background-color: #C4BC8B;
}
.BgClassName
{
background-color: #C4BC8B;
}
</style>
border-color css
<style>
span { border-color: #C4BC8B; }
span { border-color: rgb(196,188,139); }
td.TdClassName
{
border-color: #C4BC8B;
}
.TagClassName
{
border-color: #C4BC8B;
}
</style>