Shades of Tacha #CBBB59
Tints of Tacha #CBBB59
RGB
CMYK
RGB Variations
Color information
#CBBB59 (or 0xCBBB59) is known color: Tacha. HEX triplet: CB, BB and 59. RGB value is (203,187,89). Sum of RGB (Red+Green+Blue) = 203+187+89=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB59 is #3444A6. Grayscale: #B5B5B5. Windows color (decimal): -3425447 or 5880779. OLE color: 5880779.
HSL color Cylindrical-coordinate representation of color #CBBB59: hue angle of 51.58º 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 #CBBB59 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 89 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.20 |
| HSL | 51.58º | 0.52% | 0.57% | - |
| HSV(B) | 51.58º | 0.56% | 0.8% | - |
| XYZ | 44.2 | 48.96 | 16.57 | - |
| YUV | 180.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 89 | 0 | 0.08 | 0.56 | 0.20 | 51.58 | 0.52 | 0.57 |
| Hex | CB | BB | 59 | 0 | 8 | 38 | 14 | 34 | 34 | 39 |
| Octal | 313 | 273 | 131 | 0 | 10 | 70 | 24 | 64 | 64 | 71 |
| Binary | 11001011 | 10111011 | 1011001 | 0 | 1000 | 111000 | 10100 | 110100 | 110100 | 111001 |
Color Harmonies of #CBBB59
Complementary color
Monochromatic Colors of #CBBB59
Black with #CBBB59
Text Example
Text Example
White with #CBBB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB59; }
p { color: rgb(203,187,89); }
H1.HeaderClassName
{
color: #CBBB59;
}
.AnyTagClassName
{
color: #CBBB59;
}
</style>
background-color css
<style>
a { background-color: #CBBB59; }
a { background-color: rgb(203,187,89); }
div.DivClassName
{
background-color: #CBBB59;
}
.BgClassName
{
background-color: #CBBB59;
}
</style>
border-color css
<style>
span { border-color: #CBBB59; }
span { border-color: rgb(203,187,89); }
td.TdClassName
{
border-color: #CBBB59;
}
.TagClassName
{
border-color: #CBBB59;
}
</style>