Shades of Tacha #CBBA59
Tints of Tacha #CBBA59
RGB
CMYK
RGB Variations
Color information
#CBBA59 (or 0xCBBA59) is known color: Tacha. HEX triplet: CB, BA and 59. RGB value is (203,186,89). Sum of RGB (Red+Green+Blue) = 203+186+89=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBA59 is #3445A6. Grayscale: #B4B4B4. Windows color (decimal): -3425703 or 5880523. OLE color: 5880523.
HSL color Cylindrical-coordinate representation of color #CBBA59: hue angle of 51.05º 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 #CBBA59 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 89 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.20 |
| HSL | 51.05º | 0.52% | 0.57% | - |
| HSV(B) | 51.05º | 0.56% | 0.8% | - |
| XYZ | 43.99 | 48.54 | 16.5 | - |
| YUV | 180.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 89 | 0 | 0.08 | 0.56 | 0.20 | 51.05 | 0.52 | 0.57 |
| Hex | CB | BA | 59 | 0 | 8 | 38 | 14 | 33 | 34 | 39 |
| Octal | 313 | 272 | 131 | 0 | 10 | 70 | 24 | 63 | 64 | 71 |
| Binary | 11001011 | 10111010 | 1011001 | 0 | 1000 | 111000 | 10100 | 110011 | 110100 | 111001 |
Color Harmonies of #CBBA59
Complementary color
Monochromatic Colors of #CBBA59
Black with #CBBA59
Text Example
Text Example
White with #CBBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA59; }
p { color: rgb(203,186,89); }
H1.HeaderClassName
{
color: #CBBA59;
}
.AnyTagClassName
{
color: #CBBA59;
}
</style>
background-color css
<style>
a { background-color: #CBBA59; }
a { background-color: rgb(203,186,89); }
div.DivClassName
{
background-color: #CBBA59;
}
.BgClassName
{
background-color: #CBBA59;
}
</style>
border-color css
<style>
span { border-color: #CBBA59; }
span { border-color: rgb(203,186,89); }
td.TdClassName
{
border-color: #CBBA59;
}
.TagClassName
{
border-color: #CBBA59;
}
</style>