Shades of Tacha #CBB959
Tints of Tacha #CBB959
RGB
CMYK
RGB Variations
Color information
#CBB959 (or 0xCBB959) is known color: Tacha. HEX triplet: CB, B9 and 59. RGB value is (203,185,89). Sum of RGB (Red+Green+Blue) = 203+185+89=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB959 is #3446A6. Grayscale: #B3B3B3. Windows color (decimal): -3425959 or 5880267. OLE color: 5880267.
HSL color Cylindrical-coordinate representation of color #CBB959: hue angle of 50.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBB959 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 89 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.20 |
| HSL | 50.53º | 0.52% | 0.57% | - |
| HSV(B) | 50.53º | 0.56% | 0.8% | - |
| XYZ | 43.78 | 48.12 | 16.43 | - |
| YUV | 179.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 89 | 0 | 0.09 | 0.56 | 0.20 | 50.53 | 0.52 | 0.57 |
| Hex | CB | B9 | 59 | 0 | 9 | 38 | 14 | 33 | 34 | 39 |
| Octal | 313 | 271 | 131 | 0 | 11 | 70 | 24 | 63 | 64 | 71 |
| Binary | 11001011 | 10111001 | 1011001 | 0 | 1001 | 111000 | 10100 | 110011 | 110100 | 111001 |
Color Harmonies of #CBB959
Complementary color
Monochromatic Colors of #CBB959
Black with #CBB959
Text Example
Text Example
White with #CBB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB959; }
p { color: rgb(203,185,89); }
H1.HeaderClassName
{
color: #CBB959;
}
.AnyTagClassName
{
color: #CBB959;
}
</style>
background-color css
<style>
a { background-color: #CBB959; }
a { background-color: rgb(203,185,89); }
div.DivClassName
{
background-color: #CBB959;
}
.BgClassName
{
background-color: #CBB959;
}
</style>
border-color css
<style>
span { border-color: #CBB959; }
span { border-color: rgb(203,185,89); }
td.TdClassName
{
border-color: #CBB959;
}
.TagClassName
{
border-color: #CBB959;
}
</style>