Shades of Tacha #CBB968
Tints of Tacha #CBB968
RGB
CMYK
RGB Variations
Color information
#CBB968 (or 0xCBB968) is known color: Tacha. HEX triplet: CB, B9 and 68. RGB value is (203,185,104). Sum of RGB (Red+Green+Blue) = 203+185+104=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB968 is #344697. Grayscale: #B5B5B5. Windows color (decimal): -3425944 or 6863307. OLE color: 6863307.
HSL color Cylindrical-coordinate representation of color #CBB968: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBB968 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 104 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.20 |
| HSL | 49.09º | 0.49% | 0.6% | - |
| HSV(B) | 49.09º | 0.49% | 0.8% | - |
| XYZ | 44.48 | 48.39 | 20.09 | - |
| YUV | 181.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 104 | 0 | 0.09 | 0.49 | 0.20 | 49.09 | 0.49 | 0.6 |
| Hex | CB | B9 | 68 | 0 | 9 | 31 | 14 | 31 | 31 | 3C |
| Octal | 313 | 271 | 150 | 0 | 11 | 61 | 24 | 61 | 61 | 74 |
| Binary | 11001011 | 10111001 | 1101000 | 0 | 1001 | 110001 | 10100 | 110001 | 110001 | 111100 |
Color Harmonies of #CBB968
Complementary color
Monochromatic Colors of #CBB968
Black with #CBB968
Text Example
Text Example
White with #CBB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB968; }
p { color: rgb(203,185,104); }
H1.HeaderClassName
{
color: #CBB968;
}
.AnyTagClassName
{
color: #CBB968;
}
</style>
background-color css
<style>
a { background-color: #CBB968; }
a { background-color: rgb(203,185,104); }
div.DivClassName
{
background-color: #CBB968;
}
.BgClassName
{
background-color: #CBB968;
}
</style>
border-color css
<style>
span { border-color: #CBB968; }
span { border-color: rgb(203,185,104); }
td.TdClassName
{
border-color: #CBB968;
}
.TagClassName
{
border-color: #CBB968;
}
</style>