Shades of Fallow #CBA369
Tints of Fallow #CBA369
RGB
CMYK
RGB Variations
Color information
#CBA369 (or 0xCBA369) is known color: Fallow. HEX triplet: CB, A3 and 69. RGB value is (203,163,105). Sum of RGB (Red+Green+Blue) = 203+163+105=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA369 is #345C96. Grayscale: #A8A8A8. Windows color (decimal): -3431575 or 6923211. OLE color: 6923211.
HSL color Cylindrical-coordinate representation of color #CBA369: hue angle of 35.51º 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 #CBA369 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 105 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.20 |
| HSL | 35.51º | 0.49% | 0.6% | - |
| HSV(B) | 35.51º | 0.48% | 0.8% | - |
| XYZ | 40.28 | 39.91 | 18.95 | - |
| YUV | 168.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 105 | 0 | 0.20 | 0.48 | 0.20 | 35.51 | 0.49 | 0.6 |
| Hex | CB | A3 | 69 | 0 | 14 | 30 | 14 | 24 | 31 | 3C |
| Octal | 313 | 243 | 151 | 0 | 24 | 60 | 24 | 44 | 61 | 74 |
| Binary | 11001011 | 10100011 | 1101001 | 0 | 10100 | 110000 | 10100 | 100100 | 110001 | 111100 |
Color Harmonies of #CBA369
Complementary color
Monochromatic Colors of #CBA369
Black with #CBA369
Text Example
Text Example
White with #CBA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA369; }
p { color: rgb(203,163,105); }
H1.HeaderClassName
{
color: #CBA369;
}
.AnyTagClassName
{
color: #CBA369;
}
</style>
background-color css
<style>
a { background-color: #CBA369; }
a { background-color: rgb(203,163,105); }
div.DivClassName
{
background-color: #CBA369;
}
.BgClassName
{
background-color: #CBA369;
}
</style>
border-color css
<style>
span { border-color: #CBA369; }
span { border-color: rgb(203,163,105); }
td.TdClassName
{
border-color: #CBA369;
}
.TagClassName
{
border-color: #CBA369;
}
</style>