Shades of Tacha #CBBC59
Tints of Tacha #CBBC59
RGB
CMYK
RGB Variations
Color information
#CBBC59 (or 0xCBBC59) is known color: Tacha. HEX triplet: CB, BC and 59. RGB value is (203,188,89). Sum of RGB (Red+Green+Blue) = 203+188+89=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC59 is #3443A6. Grayscale: #B5B5B5. Windows color (decimal): -3425191 or 5881035. OLE color: 5881035.
HSL color Cylindrical-coordinate representation of color #CBBC59: hue angle of 52.11º 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 #CBBC59 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 89 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.20 |
| HSL | 52.11º | 0.52% | 0.57% | - |
| HSV(B) | 52.11º | 0.56% | 0.8% | - |
| XYZ | 44.42 | 49.38 | 16.64 | - |
| YUV | 181.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 89 | 0 | 0.07 | 0.56 | 0.20 | 52.11 | 0.52 | 0.57 |
| Hex | CB | BC | 59 | 0 | 7 | 38 | 14 | 34 | 34 | 39 |
| Octal | 313 | 274 | 131 | 0 | 7 | 70 | 24 | 64 | 64 | 71 |
| Binary | 11001011 | 10111100 | 1011001 | 0 | 111 | 111000 | 10100 | 110100 | 110100 | 111001 |
Color Harmonies of #CBBC59
Complementary color
Monochromatic Colors of #CBBC59
Black with #CBBC59
Text Example
Text Example
White with #CBBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC59; }
p { color: rgb(203,188,89); }
H1.HeaderClassName
{
color: #CBBC59;
}
.AnyTagClassName
{
color: #CBBC59;
}
</style>
background-color css
<style>
a { background-color: #CBBC59; }
a { background-color: rgb(203,188,89); }
div.DivClassName
{
background-color: #CBBC59;
}
.BgClassName
{
background-color: #CBBC59;
}
</style>
border-color css
<style>
span { border-color: #CBBC59; }
span { border-color: rgb(203,188,89); }
td.TdClassName
{
border-color: #CBBC59;
}
.TagClassName
{
border-color: #CBBC59;
}
</style>