Shades of Coriander #C2BB8B
Tints of Coriander #C2BB8B
RGB
CMYK
RGB Variations
Color information
#C2BB8B (or 0xC2BB8B) is known color: Coriander. HEX triplet: C2, BB and 8B. RGB value is (194,187,139). Sum of RGB (Red+Green+Blue) = 194+187+139=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB8B is #3D4474. Grayscale: #B7B7B7. Windows color (decimal): -4015221 or 9157570. OLE color: 9157570.
HSL color Cylindrical-coordinate representation of color #C2BB8B: hue angle of 52.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2BB8B is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 139 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.24 |
| HSL | 52.36º | 0.31% | 0.65% | - |
| HSV(B) | 52.36º | 0.28% | 0.76% | - |
| XYZ | 44.68 | 48.87 | 31.5 | - |
| YUV | 183.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 139 | 0 | 0.04 | 0.28 | 0.24 | 52.36 | 0.31 | 0.65 |
| Hex | C2 | BB | 8B | 0 | 4 | 1C | 18 | 34 | 1F | 41 |
| Octal | 302 | 273 | 213 | 0 | 4 | 34 | 30 | 64 | 37 | 101 |
| Binary | 11000010 | 10111011 | 10001011 | 0 | 100 | 11100 | 11000 | 110100 | 11111 | 1000001 |
Color Harmonies of #C2BB8B
Complementary color
Monochromatic Colors of #C2BB8B
Black with #C2BB8B
Text Example
Text Example
White with #C2BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB8B; }
p { color: rgb(194,187,139); }
H1.HeaderClassName
{
color: #C2BB8B;
}
.AnyTagClassName
{
color: #C2BB8B;
}
</style>
background-color css
<style>
a { background-color: #C2BB8B; }
a { background-color: rgb(194,187,139); }
div.DivClassName
{
background-color: #C2BB8B;
}
.BgClassName
{
background-color: #C2BB8B;
}
</style>
border-color css
<style>
span { border-color: #C2BB8B; }
span { border-color: rgb(194,187,139); }
td.TdClassName
{
border-color: #C2BB8B;
}
.TagClassName
{
border-color: #C2BB8B;
}
</style>