Shades of Tacha #CBB65E
Tints of Tacha #CBB65E
RGB
CMYK
RGB Variations
Color information
#CBB65E (or 0xCBB65E) is known color: Tacha. HEX triplet: CB, B6 and 5E. RGB value is (203,182,94). Sum of RGB (Red+Green+Blue) = 203+182+94=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB65E is #3449A1. Grayscale: #B2B2B2. Windows color (decimal): -3426722 or 6207179. OLE color: 6207179.
HSL color Cylindrical-coordinate representation of color #CBB65E: hue angle of 48.44º 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 #CBB65E is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 94 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.20 |
| HSL | 48.44º | 0.51% | 0.58% | - |
| HSV(B) | 48.44º | 0.54% | 0.8% | - |
| XYZ | 43.38 | 46.96 | 17.37 | - |
| YUV | 178.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 94 | 0 | 0.10 | 0.54 | 0.20 | 48.44 | 0.51 | 0.58 |
| Hex | CB | B6 | 5E | 0 | A | 36 | 14 | 30 | 33 | 3A |
| Octal | 313 | 266 | 136 | 0 | 12 | 66 | 24 | 60 | 63 | 72 |
| Binary | 11001011 | 10110110 | 1011110 | 0 | 1010 | 110110 | 10100 | 110000 | 110011 | 111010 |
Color Harmonies of #CBB65E
Complementary color
Monochromatic Colors of #CBB65E
Black with #CBB65E
Text Example
Text Example
White with #CBB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB65E; }
p { color: rgb(203,182,94); }
H1.HeaderClassName
{
color: #CBB65E;
}
.AnyTagClassName
{
color: #CBB65E;
}
</style>
background-color css
<style>
a { background-color: #CBB65E; }
a { background-color: rgb(203,182,94); }
div.DivClassName
{
background-color: #CBB65E;
}
.BgClassName
{
background-color: #CBB65E;
}
</style>
border-color css
<style>
span { border-color: #CBB65E; }
span { border-color: rgb(203,182,94); }
td.TdClassName
{
border-color: #CBB65E;
}
.TagClassName
{
border-color: #CBB65E;
}
</style>