Shades of Fallow #CBA36D
Tints of Fallow #CBA36D
RGB
CMYK
RGB Variations
Color information
#CBA36D (or 0xCBA36D) is known color: Fallow. HEX triplet: CB, A3 and 6D. RGB value is (203,163,109). Sum of RGB (Red+Green+Blue) = 203+163+109=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA36D is #345C92. Grayscale: #A9A9A9. Windows color (decimal): -3431571 or 7185355. OLE color: 7185355.
HSL color Cylindrical-coordinate representation of color #CBA36D: hue angle of 34.47º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBA36D is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 109 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.20 |
| HSL | 34.47º | 0.47% | 0.61% | - |
| HSV(B) | 34.47º | 0.46% | 0.8% | - |
| XYZ | 40.49 | 40 | 20.05 | - |
| YUV | 168.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 109 | 0 | 0.20 | 0.46 | 0.20 | 34.47 | 0.47 | 0.61 |
| Hex | CB | A3 | 6D | 0 | 14 | 2E | 14 | 22 | 2F | 3D |
| Octal | 313 | 243 | 155 | 0 | 24 | 56 | 24 | 42 | 57 | 75 |
| Binary | 11001011 | 10100011 | 1101101 | 0 | 10100 | 101110 | 10100 | 100010 | 101111 | 111101 |
Color Harmonies of #CBA36D
Complementary color
Monochromatic Colors of #CBA36D
Black with #CBA36D
Text Example
Text Example
White with #CBA36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA36D; }
p { color: rgb(203,163,109); }
H1.HeaderClassName
{
color: #CBA36D;
}
.AnyTagClassName
{
color: #CBA36D;
}
</style>
background-color css
<style>
a { background-color: #CBA36D; }
a { background-color: rgb(203,163,109); }
div.DivClassName
{
background-color: #CBA36D;
}
.BgClassName
{
background-color: #CBA36D;
}
</style>
border-color css
<style>
span { border-color: #CBA36D; }
span { border-color: rgb(203,163,109); }
td.TdClassName
{
border-color: #CBA36D;
}
.TagClassName
{
border-color: #CBA36D;
}
</style>