Shades of Tacha #CBBC6D
Tints of Tacha #CBBC6D
RGB
CMYK
RGB Variations
Color information
#CBBC6D (or 0xCBBC6D) is known color: Tacha. HEX triplet: CB, BC and 6D. RGB value is (203,188,109). Sum of RGB (Red+Green+Blue) = 203+188+109=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC6D is #344392. Grayscale: #B7B7B7. Windows color (decimal): -3425171 or 7191755. OLE color: 7191755.
HSL color Cylindrical-coordinate representation of color #CBBC6D: hue angle of 50.43º 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 #CBBC6D is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 109 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.20 |
| HSL | 50.43º | 0.47% | 0.61% | - |
| HSV(B) | 50.43º | 0.46% | 0.8% | - |
| XYZ | 45.37 | 49.77 | 21.68 | - |
| YUV | 183.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 109 | 0 | 0.07 | 0.46 | 0.20 | 50.43 | 0.47 | 0.61 |
| Hex | CB | BC | 6D | 0 | 7 | 2E | 14 | 32 | 2F | 3D |
| Octal | 313 | 274 | 155 | 0 | 7 | 56 | 24 | 62 | 57 | 75 |
| Binary | 11001011 | 10111100 | 1101101 | 0 | 111 | 101110 | 10100 | 110010 | 101111 | 111101 |
Color Harmonies of #CBBC6D
Complementary color
Monochromatic Colors of #CBBC6D
Black with #CBBC6D
Text Example
Text Example
White with #CBBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC6D; }
p { color: rgb(203,188,109); }
H1.HeaderClassName
{
color: #CBBC6D;
}
.AnyTagClassName
{
color: #CBBC6D;
}
</style>
background-color css
<style>
a { background-color: #CBBC6D; }
a { background-color: rgb(203,188,109); }
div.DivClassName
{
background-color: #CBBC6D;
}
.BgClassName
{
background-color: #CBBC6D;
}
</style>
border-color css
<style>
span { border-color: #CBBC6D; }
span { border-color: rgb(203,188,109); }
td.TdClassName
{
border-color: #CBBC6D;
}
.TagClassName
{
border-color: #CBBC6D;
}
</style>