Shades of Tacha #CBB35E
Tints of Tacha #CBB35E
RGB
CMYK
RGB Variations
Color information
#CBB35E (or 0xCBB35E) is known color: Tacha. HEX triplet: CB, B3 and 5E. RGB value is (203,179,94). Sum of RGB (Red+Green+Blue) = 203+179+94=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB35E is #344CA1. Grayscale: #B0B0B0. Windows color (decimal): -3427490 or 6206411. OLE color: 6206411.
HSL color Cylindrical-coordinate representation of color #CBB35E: hue angle of 46.79º 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 #CBB35E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 94 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.20 |
| HSL | 46.79º | 0.51% | 0.58% | - |
| HSV(B) | 46.79º | 0.54% | 0.8% | - |
| XYZ | 42.77 | 45.74 | 17.17 | - |
| YUV | 176.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 94 | 0 | 0.12 | 0.54 | 0.20 | 46.79 | 0.51 | 0.58 |
| Hex | CB | B3 | 5E | 0 | C | 36 | 14 | 2F | 33 | 3A |
| Octal | 313 | 263 | 136 | 0 | 14 | 66 | 24 | 57 | 63 | 72 |
| Binary | 11001011 | 10110011 | 1011110 | 0 | 1100 | 110110 | 10100 | 101111 | 110011 | 111010 |
Color Harmonies of #CBB35E
Complementary color
Monochromatic Colors of #CBB35E
Black with #CBB35E
Text Example
Text Example
White with #CBB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB35E; }
p { color: rgb(203,179,94); }
H1.HeaderClassName
{
color: #CBB35E;
}
.AnyTagClassName
{
color: #CBB35E;
}
</style>
background-color css
<style>
a { background-color: #CBB35E; }
a { background-color: rgb(203,179,94); }
div.DivClassName
{
background-color: #CBB35E;
}
.BgClassName
{
background-color: #CBB35E;
}
</style>
border-color css
<style>
span { border-color: #CBB35E; }
span { border-color: rgb(203,179,94); }
td.TdClassName
{
border-color: #CBB35E;
}
.TagClassName
{
border-color: #CBB35E;
}
</style>