Shades of Tacha #CFBB5B
Tints of Tacha #CFBB5B
RGB
CMYK
RGB Variations
Color information
#CFBB5B (or 0xCFBB5B) is known color: Tacha. HEX triplet: CF, BB and 5B. RGB value is (207,187,91). Sum of RGB (Red+Green+Blue) = 207+187+91=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB5B is #3044A4. Grayscale: #B6B6B6. Windows color (decimal): -3163301 or 6011855. OLE color: 6011855.
HSL color Cylindrical-coordinate representation of color #CFBB5B: hue angle of 49.66º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFBB5B is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 91 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.19 |
| HSL | 49.66º | 0.55% | 0.58% | - |
| HSV(B) | 49.66º | 0.56% | 0.81% | - |
| XYZ | 45.39 | 49.56 | 17.07 | - |
| YUV | 182.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 91 | 0 | 0.10 | 0.56 | 0.19 | 49.66 | 0.55 | 0.58 |
| Hex | CF | BB | 5B | 0 | A | 38 | 13 | 32 | 37 | 3A |
| Octal | 317 | 273 | 133 | 0 | 12 | 70 | 23 | 62 | 67 | 72 |
| Binary | 11001111 | 10111011 | 1011011 | 0 | 1010 | 111000 | 10011 | 110010 | 110111 | 111010 |
Color Harmonies of #CFBB5B
Complementary color
Monochromatic Colors of #CFBB5B
Black with #CFBB5B
Text Example
Text Example
White with #CFBB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB5B; }
p { color: rgb(207,187,91); }
H1.HeaderClassName
{
color: #CFBB5B;
}
.AnyTagClassName
{
color: #CFBB5B;
}
</style>
background-color css
<style>
a { background-color: #CFBB5B; }
a { background-color: rgb(207,187,91); }
div.DivClassName
{
background-color: #CFBB5B;
}
.BgClassName
{
background-color: #CFBB5B;
}
</style>
border-color css
<style>
span { border-color: #CFBB5B; }
span { border-color: rgb(207,187,91); }
td.TdClassName
{
border-color: #CFBB5B;
}
.TagClassName
{
border-color: #CFBB5B;
}
</style>