Shades of Coriander #C2C08B
Tints of Coriander #C2C08B
RGB
CMYK
RGB Variations
Color information
#C2C08B (or 0xC2C08B) is known color: Coriander. HEX triplet: C2, C0 and 8B. RGB value is (194,192,139). Sum of RGB (Red+Green+Blue) = 194+192+139=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C08B is #3D3F74. Grayscale: #BABABA. Windows color (decimal): -4013941 or 9158850. OLE color: 9158850.
HSL color Cylindrical-coordinate representation of color #C2C08B: hue angle of 57.82º 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 #C2C08B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 139 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.24 |
| HSL | 57.82º | 0.31% | 0.65% | - |
| HSV(B) | 57.82º | 0.28% | 0.76% | - |
| XYZ | 45.76 | 51.03 | 31.86 | - |
| YUV | 186.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 139 | 0 | 0.01 | 0.28 | 0.24 | 57.82 | 0.31 | 0.65 |
| Hex | C2 | C0 | 8B | 0 | 1 | 1C | 18 | 3A | 1F | 41 |
| Octal | 302 | 300 | 213 | 0 | 1 | 34 | 30 | 72 | 37 | 101 |
| Binary | 11000010 | 11000000 | 10001011 | 0 | 1 | 11100 | 11000 | 111010 | 11111 | 1000001 |
Color Harmonies of #C2C08B
Complementary color
Monochromatic Colors of #C2C08B
Black with #C2C08B
Text Example
Text Example
White with #C2C08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C08B; }
p { color: rgb(194,192,139); }
H1.HeaderClassName
{
color: #C2C08B;
}
.AnyTagClassName
{
color: #C2C08B;
}
</style>
background-color css
<style>
a { background-color: #C2C08B; }
a { background-color: rgb(194,192,139); }
div.DivClassName
{
background-color: #C2C08B;
}
.BgClassName
{
background-color: #C2C08B;
}
</style>
border-color css
<style>
span { border-color: #C2C08B; }
span { border-color: rgb(194,192,139); }
td.TdClassName
{
border-color: #C2C08B;
}
.TagClassName
{
border-color: #C2C08B;
}
</style>