Shades of Coriander #C3C08E
Tints of Coriander #C3C08E
RGB
CMYK
RGB Variations
Color information
#C3C08E (or 0xC3C08E) is known color: Coriander. HEX triplet: C3, C0 and 8E. RGB value is (195,192,142). Sum of RGB (Red+Green+Blue) = 195+192+142=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C08E is #3C3F71. Grayscale: #BBBBBB. Windows color (decimal): -3948402 or 9355459. OLE color: 9355459.
HSL color Cylindrical-coordinate representation of color #C3C08E: hue angle of 56.6º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3C08E is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 142 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.24 |
| HSL | 56.6º | 0.31% | 0.66% | - |
| HSV(B) | 56.6º | 0.27% | 0.76% | - |
| XYZ | 46.24 | 51.25 | 33.05 | - |
| YUV | 187.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 142 | 0 | 0.02 | 0.27 | 0.24 | 56.6 | 0.31 | 0.66 |
| Hex | C3 | C0 | 8E | 0 | 2 | 1B | 18 | 39 | 1F | 42 |
| Octal | 303 | 300 | 216 | 0 | 2 | 33 | 30 | 71 | 37 | 102 |
| Binary | 11000011 | 11000000 | 10001110 | 0 | 10 | 11011 | 11000 | 111001 | 11111 | 1000010 |
Color Harmonies of #C3C08E
Complementary color
Monochromatic Colors of #C3C08E
Black with #C3C08E
Text Example
Text Example
White with #C3C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C08E; }
p { color: rgb(195,192,142); }
H1.HeaderClassName
{
color: #C3C08E;
}
.AnyTagClassName
{
color: #C3C08E;
}
</style>
background-color css
<style>
a { background-color: #C3C08E; }
a { background-color: rgb(195,192,142); }
div.DivClassName
{
background-color: #C3C08E;
}
.BgClassName
{
background-color: #C3C08E;
}
</style>
border-color css
<style>
span { border-color: #C3C08E; }
span { border-color: rgb(195,192,142); }
td.TdClassName
{
border-color: #C3C08E;
}
.TagClassName
{
border-color: #C3C08E;
}
</style>