Shades of Fallow #CBA06B
Tints of Fallow #CBA06B
RGB
CMYK
RGB Variations
Color information
#CBA06B (or 0xCBA06B) is known color: Fallow. HEX triplet: CB, A0 and 6B. RGB value is (203,160,107). Sum of RGB (Red+Green+Blue) = 203+160+107=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA06B is #345F94. Grayscale: #A7A7A7. Windows color (decimal): -3432341 or 7053515. OLE color: 7053515.
HSL color Cylindrical-coordinate representation of color #CBA06B: hue angle of 33.12º 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 #CBA06B is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 107 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.20 |
| HSL | 33.13º | 0.48% | 0.61% | - |
| HSV(B) | 33.13º | 0.47% | 0.8% | - |
| XYZ | 39.85 | 38.9 | 19.32 | - |
| YUV | 166.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 107 | 0 | 0.21 | 0.47 | 0.20 | 33.13 | 0.48 | 0.61 |
| Hex | CB | A0 | 6B | 0 | 15 | 2F | 14 | 21 | 30 | 3D |
| Octal | 313 | 240 | 153 | 0 | 25 | 57 | 24 | 41 | 60 | 75 |
| Binary | 11001011 | 10100000 | 1101011 | 0 | 10101 | 101111 | 10100 | 100001 | 110000 | 111101 |
Color Harmonies of #CBA06B
Complementary color
Monochromatic Colors of #CBA06B
Black with #CBA06B
Text Example
Text Example
White with #CBA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA06B; }
p { color: rgb(203,160,107); }
H1.HeaderClassName
{
color: #CBA06B;
}
.AnyTagClassName
{
color: #CBA06B;
}
</style>
background-color css
<style>
a { background-color: #CBA06B; }
a { background-color: rgb(203,160,107); }
div.DivClassName
{
background-color: #CBA06B;
}
.BgClassName
{
background-color: #CBA06B;
}
</style>
border-color css
<style>
span { border-color: #CBA06B; }
span { border-color: rgb(203,160,107); }
td.TdClassName
{
border-color: #CBA06B;
}
.TagClassName
{
border-color: #CBA06B;
}
</style>