Shades of Coriander #C4BB8C
Tints of Coriander #C4BB8C
RGB
CMYK
RGB Variations
Color information
#C4BB8C (or 0xC4BB8C) is known color: Coriander. HEX triplet: C4, BB and 8C. RGB value is (196,187,140). Sum of RGB (Red+Green+Blue) = 196+187+140=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB8C is #3B4473. Grayscale: #B8B8B8. Windows color (decimal): -3884148 or 9223108. OLE color: 9223108.
HSL color Cylindrical-coordinate representation of color #C4BB8C: hue angle of 50.36º degrees, saturation: 0.32, 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 #C4BB8C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 140 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.23 |
| HSL | 50.36º | 0.32% | 0.66% | - |
| HSV(B) | 50.36º | 0.29% | 0.77% | - |
| XYZ | 45.27 | 49.17 | 31.92 | - |
| YUV | 184.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 140 | 0 | 0.05 | 0.29 | 0.23 | 50.36 | 0.32 | 0.66 |
| Hex | C4 | BB | 8C | 0 | 5 | 1D | 17 | 32 | 20 | 42 |
| Octal | 304 | 273 | 214 | 0 | 5 | 35 | 27 | 62 | 40 | 102 |
| Binary | 11000100 | 10111011 | 10001100 | 0 | 101 | 11101 | 10111 | 110010 | 100000 | 1000010 |
Color Harmonies of #C4BB8C
Complementary color
Monochromatic Colors of #C4BB8C
Black with #C4BB8C
Text Example
Text Example
White with #C4BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB8C; }
p { color: rgb(196,187,140); }
H1.HeaderClassName
{
color: #C4BB8C;
}
.AnyTagClassName
{
color: #C4BB8C;
}
</style>
background-color css
<style>
a { background-color: #C4BB8C; }
a { background-color: rgb(196,187,140); }
div.DivClassName
{
background-color: #C4BB8C;
}
.BgClassName
{
background-color: #C4BB8C;
}
</style>
border-color css
<style>
span { border-color: #C4BB8C; }
span { border-color: rgb(196,187,140); }
td.TdClassName
{
border-color: #C4BB8C;
}
.TagClassName
{
border-color: #C4BB8C;
}
</style>