Shades of Coriander #C3C08C
Tints of Coriander #C3C08C
RGB
CMYK
RGB Variations
Color information
#C3C08C (or 0xC3C08C) is known color: Coriander. HEX triplet: C3, C0 and 8C. RGB value is (195,192,140). Sum of RGB (Red+Green+Blue) = 195+192+140=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C08C is #3C3F73. Grayscale: #BBBBBB. Windows color (decimal): -3948404 or 9224387. OLE color: 9224387.
HSL color Cylindrical-coordinate representation of color #C3C08C: hue angle of 56.73º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3C08C is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 140 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.24 |
| HSL | 56.73º | 0.31% | 0.66% | - |
| HSV(B) | 56.73º | 0.28% | 0.76% | - |
| XYZ | 46.09 | 51.19 | 32.26 | - |
| YUV | 186.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 140 | 0 | 0.02 | 0.28 | 0.24 | 56.73 | 0.31 | 0.66 |
| Hex | C3 | C0 | 8C | 0 | 2 | 1C | 18 | 39 | 1F | 42 |
| Octal | 303 | 300 | 214 | 0 | 2 | 34 | 30 | 71 | 37 | 102 |
| Binary | 11000011 | 11000000 | 10001100 | 0 | 10 | 11100 | 11000 | 111001 | 11111 | 1000010 |
Color Harmonies of #C3C08C
Complementary color
Monochromatic Colors of #C3C08C
Black with #C3C08C
Text Example
Text Example
White with #C3C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C08C; }
p { color: rgb(195,192,140); }
H1.HeaderClassName
{
color: #C3C08C;
}
.AnyTagClassName
{
color: #C3C08C;
}
</style>
background-color css
<style>
a { background-color: #C3C08C; }
a { background-color: rgb(195,192,140); }
div.DivClassName
{
background-color: #C3C08C;
}
.BgClassName
{
background-color: #C3C08C;
}
</style>
border-color css
<style>
span { border-color: #C3C08C; }
span { border-color: rgb(195,192,140); }
td.TdClassName
{
border-color: #C3C08C;
}
.TagClassName
{
border-color: #C3C08C;
}
</style>