Shades of Coriander #C2BB8A
Tints of Coriander #C2BB8A
RGB
CMYK
RGB Variations
Color information
#C2BB8A (or 0xC2BB8A) is known color: Coriander. HEX triplet: C2, BB and 8A. RGB value is (194,187,138). Sum of RGB (Red+Green+Blue) = 194+187+138=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB8A is #3D4475. Grayscale: #B7B7B7. Windows color (decimal): -4015222 or 9092034. OLE color: 9092034.
HSL color Cylindrical-coordinate representation of color #C2BB8A: hue angle of 52.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2BB8A is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 138 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.24 |
| HSL | 52.5º | 0.31% | 0.65% | - |
| HSV(B) | 52.5º | 0.29% | 0.76% | - |
| XYZ | 44.61 | 48.84 | 31.12 | - |
| YUV | 183.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 138 | 0 | 0.04 | 0.29 | 0.24 | 52.5 | 0.31 | 0.65 |
| Hex | C2 | BB | 8A | 0 | 4 | 1D | 18 | 34 | 1F | 41 |
| Octal | 302 | 273 | 212 | 0 | 4 | 35 | 30 | 64 | 37 | 101 |
| Binary | 11000010 | 10111011 | 10001010 | 0 | 100 | 11101 | 11000 | 110100 | 11111 | 1000001 |
Color Harmonies of #C2BB8A
Complementary color
Monochromatic Colors of #C2BB8A
Black with #C2BB8A
Text Example
Text Example
White with #C2BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB8A; }
p { color: rgb(194,187,138); }
H1.HeaderClassName
{
color: #C2BB8A;
}
.AnyTagClassName
{
color: #C2BB8A;
}
</style>
background-color css
<style>
a { background-color: #C2BB8A; }
a { background-color: rgb(194,187,138); }
div.DivClassName
{
background-color: #C2BB8A;
}
.BgClassName
{
background-color: #C2BB8A;
}
</style>
border-color css
<style>
span { border-color: #C2BB8A; }
span { border-color: rgb(194,187,138); }
td.TdClassName
{
border-color: #C2BB8A;
}
.TagClassName
{
border-color: #C2BB8A;
}
</style>