Shades of Fallow #CBA169
Tints of Fallow #CBA169
RGB
CMYK
RGB Variations
Color information
#CBA169 (or 0xCBA169) is known color: Fallow. HEX triplet: CB, A1 and 69. RGB value is (203,161,105). Sum of RGB (Red+Green+Blue) = 203+161+105=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA169 is #345E96. Grayscale: #A7A7A7. Windows color (decimal): -3432087 or 6922699. OLE color: 6922699.
HSL color Cylindrical-coordinate representation of color #CBA169: hue angle of 34.29º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBA169 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 105 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.20 |
| HSL | 34.29º | 0.49% | 0.6% | - |
| HSV(B) | 34.29º | 0.48% | 0.8% | - |
| XYZ | 39.92 | 39.21 | 18.83 | - |
| YUV | 167.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 105 | 0 | 0.21 | 0.48 | 0.20 | 34.29 | 0.49 | 0.6 |
| Hex | CB | A1 | 69 | 0 | 15 | 30 | 14 | 22 | 31 | 3C |
| Octal | 313 | 241 | 151 | 0 | 25 | 60 | 24 | 42 | 61 | 74 |
| Binary | 11001011 | 10100001 | 1101001 | 0 | 10101 | 110000 | 10100 | 100010 | 110001 | 111100 |
Color Harmonies of #CBA169
Complementary color
Monochromatic Colors of #CBA169
Black with #CBA169
Text Example
Text Example
White with #CBA169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA169; }
p { color: rgb(203,161,105); }
H1.HeaderClassName
{
color: #CBA169;
}
.AnyTagClassName
{
color: #CBA169;
}
</style>
background-color css
<style>
a { background-color: #CBA169; }
a { background-color: rgb(203,161,105); }
div.DivClassName
{
background-color: #CBA169;
}
.BgClassName
{
background-color: #CBA169;
}
</style>
border-color css
<style>
span { border-color: #CBA169; }
span { border-color: rgb(203,161,105); }
td.TdClassName
{
border-color: #CBA169;
}
.TagClassName
{
border-color: #CBA169;
}
</style>