Shades of Tacha #CBB95E
Tints of Tacha #CBB95E
RGB
CMYK
RGB Variations
Color information
#CBB95E (or 0xCBB95E) is known color: Tacha. HEX triplet: CB, B9 and 5E. RGB value is (203,185,94). Sum of RGB (Red+Green+Blue) = 203+185+94=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB95E is #3446A1. Grayscale: #B4B4B4. Windows color (decimal): -3425954 or 6207947. OLE color: 6207947.
HSL color Cylindrical-coordinate representation of color #CBB95E: hue angle of 50.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBB95E is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 94 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.20 |
| HSL | 50.09º | 0.51% | 0.58% | - |
| HSV(B) | 50.09º | 0.54% | 0.8% | - |
| XYZ | 44 | 48.2 | 17.57 | - |
| YUV | 180.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 94 | 0 | 0.09 | 0.54 | 0.20 | 50.09 | 0.51 | 0.58 |
| Hex | CB | B9 | 5E | 0 | 9 | 36 | 14 | 32 | 33 | 3A |
| Octal | 313 | 271 | 136 | 0 | 11 | 66 | 24 | 62 | 63 | 72 |
| Binary | 11001011 | 10111001 | 1011110 | 0 | 1001 | 110110 | 10100 | 110010 | 110011 | 111010 |
Color Harmonies of #CBB95E
Complementary color
Monochromatic Colors of #CBB95E
Black with #CBB95E
Text Example
Text Example
White with #CBB95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB95E; }
p { color: rgb(203,185,94); }
H1.HeaderClassName
{
color: #CBB95E;
}
.AnyTagClassName
{
color: #CBB95E;
}
</style>
background-color css
<style>
a { background-color: #CBB95E; }
a { background-color: rgb(203,185,94); }
div.DivClassName
{
background-color: #CBB95E;
}
.BgClassName
{
background-color: #CBB95E;
}
</style>
border-color css
<style>
span { border-color: #CBB95E; }
span { border-color: rgb(203,185,94); }
td.TdClassName
{
border-color: #CBB95E;
}
.TagClassName
{
border-color: #CBB95E;
}
</style>