Shades of Fallow #CBA06C
Tints of Fallow #CBA06C
RGB
CMYK
RGB Variations
Color information
#CBA06C (or 0xCBA06C) is known color: Fallow. HEX triplet: CB, A0 and 6C. RGB value is (203,160,108). Sum of RGB (Red+Green+Blue) = 203+160+108=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA06C is #345F93. Grayscale: #A7A7A7. Windows color (decimal): -3432340 or 7119051. OLE color: 7119051.
HSL color Cylindrical-coordinate representation of color #CBA06C: hue angle of 32.84º 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 #CBA06C is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 108 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.20 |
| HSL | 32.84º | 0.48% | 0.61% | - |
| HSV(B) | 32.84º | 0.47% | 0.8% | - |
| XYZ | 39.91 | 38.92 | 19.6 | - |
| YUV | 166.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 108 | 0 | 0.21 | 0.47 | 0.20 | 32.84 | 0.48 | 0.61 |
| Hex | CB | A0 | 6C | 0 | 15 | 2F | 14 | 21 | 30 | 3D |
| Octal | 313 | 240 | 154 | 0 | 25 | 57 | 24 | 41 | 60 | 75 |
| Binary | 11001011 | 10100000 | 1101100 | 0 | 10101 | 101111 | 10100 | 100001 | 110000 | 111101 |
Color Harmonies of #CBA06C
Complementary color
Monochromatic Colors of #CBA06C
Black with #CBA06C
Text Example
Text Example
White with #CBA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA06C; }
p { color: rgb(203,160,108); }
H1.HeaderClassName
{
color: #CBA06C;
}
.AnyTagClassName
{
color: #CBA06C;
}
</style>
background-color css
<style>
a { background-color: #CBA06C; }
a { background-color: rgb(203,160,108); }
div.DivClassName
{
background-color: #CBA06C;
}
.BgClassName
{
background-color: #CBA06C;
}
</style>
border-color css
<style>
span { border-color: #CBA06C; }
span { border-color: rgb(203,160,108); }
td.TdClassName
{
border-color: #CBA06C;
}
.TagClassName
{
border-color: #CBA06C;
}
</style>