Shades of Tacha #CBB96D
Tints of Tacha #CBB96D
RGB
CMYK
RGB Variations
Color information
#CBB96D (or 0xCBB96D) is known color: Tacha. HEX triplet: CB, B9 and 6D. RGB value is (203,185,109). Sum of RGB (Red+Green+Blue) = 203+185+109=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB96D is #344692. Grayscale: #B6B6B6. Windows color (decimal): -3425939 or 7190987. OLE color: 7190987.
HSL color Cylindrical-coordinate representation of color #CBB96D: hue angle of 48.51º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBB96D is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 109 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.20 |
| HSL | 48.51º | 0.47% | 0.61% | - |
| HSV(B) | 48.51º | 0.46% | 0.8% | - |
| XYZ | 44.74 | 48.5 | 21.47 | - |
| YUV | 181.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 109 | 0 | 0.09 | 0.46 | 0.20 | 48.51 | 0.47 | 0.61 |
| Hex | CB | B9 | 6D | 0 | 9 | 2E | 14 | 31 | 2F | 3D |
| Octal | 313 | 271 | 155 | 0 | 11 | 56 | 24 | 61 | 57 | 75 |
| Binary | 11001011 | 10111001 | 1101101 | 0 | 1001 | 101110 | 10100 | 110001 | 101111 | 111101 |
Color Harmonies of #CBB96D
Complementary color
Monochromatic Colors of #CBB96D
Black with #CBB96D
Text Example
Text Example
White with #CBB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB96D; }
p { color: rgb(203,185,109); }
H1.HeaderClassName
{
color: #CBB96D;
}
.AnyTagClassName
{
color: #CBB96D;
}
</style>
background-color css
<style>
a { background-color: #CBB96D; }
a { background-color: rgb(203,185,109); }
div.DivClassName
{
background-color: #CBB96D;
}
.BgClassName
{
background-color: #CBB96D;
}
</style>
border-color css
<style>
span { border-color: #CBB96D; }
span { border-color: rgb(203,185,109); }
td.TdClassName
{
border-color: #CBB96D;
}
.TagClassName
{
border-color: #CBB96D;
}
</style>