Shades of Tacha #CBBB5A
Tints of Tacha #CBBB5A
RGB
CMYK
RGB Variations
Color information
#CBBB5A (or 0xCBBB5A) is known color: Tacha. HEX triplet: CB, BB and 5A. RGB value is (203,187,90). Sum of RGB (Red+Green+Blue) = 203+187+90=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB5A is #3444A5. Grayscale: #B5B5B5. Windows color (decimal): -3425446 or 5946315. OLE color: 5946315.
HSL color Cylindrical-coordinate representation of color #CBBB5A: hue angle of 51.5º 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 #CBBB5A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 90 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.20 |
| HSL | 51.5º | 0.52% | 0.57% | - |
| HSV(B) | 51.5º | 0.56% | 0.8% | - |
| XYZ | 44.24 | 48.98 | 16.79 | - |
| YUV | 180.73 | 76.8 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 90 | 0 | 0.08 | 0.56 | 0.20 | 51.5 | 0.52 | 0.57 |
| Hex | CB | BB | 5A | 0 | 8 | 38 | 14 | 34 | 34 | 39 |
| Octal | 313 | 273 | 132 | 0 | 10 | 70 | 24 | 64 | 64 | 71 |
| Binary | 11001011 | 10111011 | 1011010 | 0 | 1000 | 111000 | 10100 | 110100 | 110100 | 111001 |
Color Harmonies of #CBBB5A
Complementary color
Monochromatic Colors of #CBBB5A
Black with #CBBB5A
Text Example
Text Example
White with #CBBB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB5A; }
p { color: rgb(203,187,90); }
H1.HeaderClassName
{
color: #CBBB5A;
}
.AnyTagClassName
{
color: #CBBB5A;
}
</style>
background-color css
<style>
a { background-color: #CBBB5A; }
a { background-color: rgb(203,187,90); }
div.DivClassName
{
background-color: #CBBB5A;
}
.BgClassName
{
background-color: #CBBB5A;
}
</style>
border-color css
<style>
span { border-color: #CBBB5A; }
span { border-color: rgb(203,187,90); }
td.TdClassName
{
border-color: #CBBB5A;
}
.TagClassName
{
border-color: #CBBB5A;
}
</style>