Shades of Fallow #CBA16B
Tints of Fallow #CBA16B
RGB
CMYK
RGB Variations
Color information
#CBA16B (or 0xCBA16B) is known color: Fallow. HEX triplet: CB, A1 and 6B. RGB value is (203,161,107). Sum of RGB (Red+Green+Blue) = 203+161+107=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA16B is #345E94. Grayscale: #A7A7A7. Windows color (decimal): -3432085 or 7053771. OLE color: 7053771.
HSL color Cylindrical-coordinate representation of color #CBA16B: hue angle of 33.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBA16B is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 107 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.20 |
| HSL | 33.75º | 0.48% | 0.61% | - |
| HSV(B) | 33.75º | 0.47% | 0.8% | - |
| XYZ | 40.03 | 39.25 | 19.38 | - |
| YUV | 167.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 107 | 0 | 0.21 | 0.47 | 0.20 | 33.75 | 0.48 | 0.61 |
| Hex | CB | A1 | 6B | 0 | 15 | 2F | 14 | 22 | 30 | 3D |
| Octal | 313 | 241 | 153 | 0 | 25 | 57 | 24 | 42 | 60 | 75 |
| Binary | 11001011 | 10100001 | 1101011 | 0 | 10101 | 101111 | 10100 | 100010 | 110000 | 111101 |
Color Harmonies of #CBA16B
Complementary color
Monochromatic Colors of #CBA16B
Black with #CBA16B
Text Example
Text Example
White with #CBA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA16B; }
p { color: rgb(203,161,107); }
H1.HeaderClassName
{
color: #CBA16B;
}
.AnyTagClassName
{
color: #CBA16B;
}
</style>
background-color css
<style>
a { background-color: #CBA16B; }
a { background-color: rgb(203,161,107); }
div.DivClassName
{
background-color: #CBA16B;
}
.BgClassName
{
background-color: #CBA16B;
}
</style>
border-color css
<style>
span { border-color: #CBA16B; }
span { border-color: rgb(203,161,107); }
td.TdClassName
{
border-color: #CBA16B;
}
.TagClassName
{
border-color: #CBA16B;
}
</style>