Shades of Tacha #CBB964
Tints of Tacha #CBB964
RGB
CMYK
RGB Variations
Color information
#CBB964 (or 0xCBB964) is known color: Tacha. HEX triplet: CB, B9 and 64. RGB value is (203,185,100). Sum of RGB (Red+Green+Blue) = 203+185+100=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB964 is #34469B. Grayscale: #B5B5B5. Windows color (decimal): -3425948 or 6601163. OLE color: 6601163.
HSL color Cylindrical-coordinate representation of color #CBB964: hue angle of 49.51º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBB964 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 100 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.20 |
| HSL | 49.51º | 0.5% | 0.59% | - |
| HSV(B) | 49.51º | 0.51% | 0.8% | - |
| XYZ | 44.28 | 48.31 | 19.05 | - |
| YUV | 180.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 100 | 0 | 0.09 | 0.51 | 0.20 | 49.51 | 0.5 | 0.59 |
| Hex | CB | B9 | 64 | 0 | 9 | 33 | 14 | 32 | 32 | 3B |
| Octal | 313 | 271 | 144 | 0 | 11 | 63 | 24 | 62 | 62 | 73 |
| Binary | 11001011 | 10111001 | 1100100 | 0 | 1001 | 110011 | 10100 | 110010 | 110010 | 111011 |
Color Harmonies of #CBB964
Complementary color
Monochromatic Colors of #CBB964
Black with #CBB964
Text Example
Text Example
White with #CBB964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB964; }
p { color: rgb(203,185,100); }
H1.HeaderClassName
{
color: #CBB964;
}
.AnyTagClassName
{
color: #CBB964;
}
</style>
background-color css
<style>
a { background-color: #CBB964; }
a { background-color: rgb(203,185,100); }
div.DivClassName
{
background-color: #CBB964;
}
.BgClassName
{
background-color: #CBB964;
}
</style>
border-color css
<style>
span { border-color: #CBB964; }
span { border-color: rgb(203,185,100); }
td.TdClassName
{
border-color: #CBB964;
}
.TagClassName
{
border-color: #CBB964;
}
</style>