Shades of Coriander #C7BF90
Tints of Coriander #C7BF90
RGB
CMYK
RGB Variations
Color information
#C7BF90 (or 0xC7BF90) is known color: Coriander. HEX triplet: C7, BF and 90. RGB value is (199,191,144). Sum of RGB (Red+Green+Blue) = 199+191+144=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BF90 is #38406F. Grayscale: #BCBCBC. Windows color (decimal): -3686512 or 9486279. OLE color: 9486279.
HSL color Cylindrical-coordinate representation of color #C7BF90: hue angle of 51.27º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7BF90 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 144 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.22 |
| HSL | 51.27º | 0.33% | 0.67% | - |
| HSV(B) | 51.27º | 0.28% | 0.78% | - |
| XYZ | 47.22 | 51.42 | 33.82 | - |
| YUV | 188.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 144 | 0 | 0.04 | 0.28 | 0.22 | 51.27 | 0.33 | 0.67 |
| Hex | C7 | BF | 90 | 0 | 4 | 1C | 16 | 33 | 21 | 43 |
| Octal | 307 | 277 | 220 | 0 | 4 | 34 | 26 | 63 | 41 | 103 |
| Binary | 11000111 | 10111111 | 10010000 | 0 | 100 | 11100 | 10110 | 110011 | 100001 | 1000011 |
Color Harmonies of #C7BF90
Complementary color
Monochromatic Colors of #C7BF90
Black with #C7BF90
Text Example
Text Example
White with #C7BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF90; }
p { color: rgb(199,191,144); }
H1.HeaderClassName
{
color: #C7BF90;
}
.AnyTagClassName
{
color: #C7BF90;
}
</style>
background-color css
<style>
a { background-color: #C7BF90; }
a { background-color: rgb(199,191,144); }
div.DivClassName
{
background-color: #C7BF90;
}
.BgClassName
{
background-color: #C7BF90;
}
</style>
border-color css
<style>
span { border-color: #C7BF90; }
span { border-color: rgb(199,191,144); }
td.TdClassName
{
border-color: #C7BF90;
}
.TagClassName
{
border-color: #C7BF90;
}
</style>