Shades of Coriander #C4C08B
Tints of Coriander #C4C08B
RGB
CMYK
RGB Variations
Color information
#C4C08B (or 0xC4C08B) is known color: Coriander. HEX triplet: C4, C0 and 8B. RGB value is (196,192,139). Sum of RGB (Red+Green+Blue) = 196+192+139=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C08B is #3B3F74. Grayscale: #BBBBBB. Windows color (decimal): -3882869 or 9158852. OLE color: 9158852.
HSL color Cylindrical-coordinate representation of color #C4C08B: hue angle of 55.79º degrees, saturation: 0.33, 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 #C4C08B is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 139 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.23 |
| HSL | 55.79º | 0.33% | 0.66% | - |
| HSV(B) | 55.79º | 0.29% | 0.77% | - |
| XYZ | 46.27 | 51.3 | 31.89 | - |
| YUV | 187.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 139 | 0 | 0.02 | 0.29 | 0.23 | 55.79 | 0.33 | 0.66 |
| Hex | C4 | C0 | 8B | 0 | 2 | 1D | 17 | 38 | 21 | 42 |
| Octal | 304 | 300 | 213 | 0 | 2 | 35 | 27 | 70 | 41 | 102 |
| Binary | 11000100 | 11000000 | 10001011 | 0 | 10 | 11101 | 10111 | 111000 | 100001 | 1000010 |
Color Harmonies of #C4C08B
Complementary color
Monochromatic Colors of #C4C08B
Black with #C4C08B
Text Example
Text Example
White with #C4C08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C08B; }
p { color: rgb(196,192,139); }
H1.HeaderClassName
{
color: #C4C08B;
}
.AnyTagClassName
{
color: #C4C08B;
}
</style>
background-color css
<style>
a { background-color: #C4C08B; }
a { background-color: rgb(196,192,139); }
div.DivClassName
{
background-color: #C4C08B;
}
.BgClassName
{
background-color: #C4C08B;
}
</style>
border-color css
<style>
span { border-color: #C4C08B; }
span { border-color: rgb(196,192,139); }
td.TdClassName
{
border-color: #C4C08B;
}
.TagClassName
{
border-color: #C4C08B;
}
</style>