Shades of Fallow #CBA167
Tints of Fallow #CBA167
RGB
CMYK
RGB Variations
Color information
#CBA167 (or 0xCBA167) is known color: Fallow. HEX triplet: CB, A1 and 67. RGB value is (203,161,103). Sum of RGB (Red+Green+Blue) = 203+161+103=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA167 is #345E98. Grayscale: #A7A7A7. Windows color (decimal): -3432089 or 6791627. OLE color: 6791627.
HSL color Cylindrical-coordinate representation of color #CBA167: hue angle of 34.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBA167 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 103 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.20 |
| HSL | 34.8º | 0.49% | 0.6% | - |
| HSV(B) | 34.8º | 0.49% | 0.8% | - |
| XYZ | 39.82 | 39.17 | 18.29 | - |
| YUV | 166.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 103 | 0 | 0.21 | 0.49 | 0.20 | 34.8 | 0.49 | 0.6 |
| Hex | CB | A1 | 67 | 0 | 15 | 31 | 14 | 23 | 31 | 3C |
| Octal | 313 | 241 | 147 | 0 | 25 | 61 | 24 | 43 | 61 | 74 |
| Binary | 11001011 | 10100001 | 1100111 | 0 | 10101 | 110001 | 10100 | 100011 | 110001 | 111100 |
Color Harmonies of #CBA167
Complementary color
Monochromatic Colors of #CBA167
Black with #CBA167
Text Example
Text Example
White with #CBA167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA167; }
p { color: rgb(203,161,103); }
H1.HeaderClassName
{
color: #CBA167;
}
.AnyTagClassName
{
color: #CBA167;
}
</style>
background-color css
<style>
a { background-color: #CBA167; }
a { background-color: rgb(203,161,103); }
div.DivClassName
{
background-color: #CBA167;
}
.BgClassName
{
background-color: #CBA167;
}
</style>
border-color css
<style>
span { border-color: #CBA167; }
span { border-color: rgb(203,161,103); }
td.TdClassName
{
border-color: #CBA167;
}
.TagClassName
{
border-color: #CBA167;
}
</style>