Shades of Fallow #CBA168
Tints of Fallow #CBA168
RGB
CMYK
RGB Variations
Color information
#CBA168 (or 0xCBA168) is known color: Fallow. HEX triplet: CB, A1 and 68. RGB value is (203,161,104). Sum of RGB (Red+Green+Blue) = 203+161+104=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA168 is #345E97. Grayscale: #A7A7A7. Windows color (decimal): -3432088 or 6857163. OLE color: 6857163.
HSL color Cylindrical-coordinate representation of color #CBA168: hue angle of 34.55º 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 #CBA168 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 104 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.20 |
| HSL | 34.55º | 0.49% | 0.6% | - |
| HSV(B) | 34.55º | 0.49% | 0.8% | - |
| XYZ | 39.87 | 39.19 | 18.56 | - |
| YUV | 167.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 104 | 0 | 0.21 | 0.49 | 0.20 | 34.55 | 0.49 | 0.6 |
| Hex | CB | A1 | 68 | 0 | 15 | 31 | 14 | 23 | 31 | 3C |
| Octal | 313 | 241 | 150 | 0 | 25 | 61 | 24 | 43 | 61 | 74 |
| Binary | 11001011 | 10100001 | 1101000 | 0 | 10101 | 110001 | 10100 | 100011 | 110001 | 111100 |
Color Harmonies of #CBA168
Complementary color
Monochromatic Colors of #CBA168
Black with #CBA168
Text Example
Text Example
White with #CBA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA168; }
p { color: rgb(203,161,104); }
H1.HeaderClassName
{
color: #CBA168;
}
.AnyTagClassName
{
color: #CBA168;
}
</style>
background-color css
<style>
a { background-color: #CBA168; }
a { background-color: rgb(203,161,104); }
div.DivClassName
{
background-color: #CBA168;
}
.BgClassName
{
background-color: #CBA168;
}
</style>
border-color css
<style>
span { border-color: #CBA168; }
span { border-color: rgb(203,161,104); }
td.TdClassName
{
border-color: #CBA168;
}
.TagClassName
{
border-color: #CBA168;
}
</style>