Shades of Coriander #C2BB8C
Tints of Coriander #C2BB8C
RGB
CMYK
RGB Variations
Color information
#C2BB8C (or 0xC2BB8C) is known color: Coriander. HEX triplet: C2, BB and 8C. RGB value is (194,187,140). Sum of RGB (Red+Green+Blue) = 194+187+140=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB8C is #3D4473. Grayscale: #B7B7B7. Windows color (decimal): -4015220 or 9223106. OLE color: 9223106.
HSL color Cylindrical-coordinate representation of color #C2BB8C: hue angle of 52.22º 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 #C2BB8C is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 140 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.24 |
| HSL | 52.22º | 0.31% | 0.65% | - |
| HSV(B) | 52.22º | 0.28% | 0.76% | - |
| XYZ | 44.75 | 48.9 | 31.89 | - |
| YUV | 183.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 140 | 0 | 0.04 | 0.28 | 0.24 | 52.22 | 0.31 | 0.65 |
| Hex | C2 | BB | 8C | 0 | 4 | 1C | 18 | 34 | 1F | 41 |
| Octal | 302 | 273 | 214 | 0 | 4 | 34 | 30 | 64 | 37 | 101 |
| Binary | 11000010 | 10111011 | 10001100 | 0 | 100 | 11100 | 11000 | 110100 | 11111 | 1000001 |
Color Harmonies of #C2BB8C
Complementary color
Monochromatic Colors of #C2BB8C
Black with #C2BB8C
Text Example
Text Example
White with #C2BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB8C; }
p { color: rgb(194,187,140); }
H1.HeaderClassName
{
color: #C2BB8C;
}
.AnyTagClassName
{
color: #C2BB8C;
}
</style>
background-color css
<style>
a { background-color: #C2BB8C; }
a { background-color: rgb(194,187,140); }
div.DivClassName
{
background-color: #C2BB8C;
}
.BgClassName
{
background-color: #C2BB8C;
}
</style>
border-color css
<style>
span { border-color: #C2BB8C; }
span { border-color: rgb(194,187,140); }
td.TdClassName
{
border-color: #C2BB8C;
}
.TagClassName
{
border-color: #C2BB8C;
}
</style>