Shades of Tacha #CFBB6B
Tints of Tacha #CFBB6B
RGB
CMYK
RGB Variations
Color information
#CFBB6B (or 0xCFBB6B) is known color: Tacha. HEX triplet: CF, BB and 6B. RGB value is (207,187,107). Sum of RGB (Red+Green+Blue) = 207+187+107=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB6B is #304494. Grayscale: #B8B8B8. Windows color (decimal): -3163285 or 7060431. OLE color: 7060431.
HSL color Cylindrical-coordinate representation of color #CFBB6B: hue angle of 48º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFBB6B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 107 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.19 |
| HSL | 48º | 0.51% | 0.62% | - |
| HSV(B) | 48º | 0.48% | 0.81% | - |
| XYZ | 46.16 | 49.87 | 21.1 | - |
| YUV | 183.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 107 | 0 | 0.10 | 0.48 | 0.19 | 48 | 0.51 | 0.62 |
| Hex | CF | BB | 6B | 0 | A | 30 | 13 | 30 | 33 | 3E |
| Octal | 317 | 273 | 153 | 0 | 12 | 60 | 23 | 60 | 63 | 76 |
| Binary | 11001111 | 10111011 | 1101011 | 0 | 1010 | 110000 | 10011 | 110000 | 110011 | 111110 |
Color Harmonies of #CFBB6B
Complementary color
Monochromatic Colors of #CFBB6B
Black with #CFBB6B
Text Example
Text Example
White with #CFBB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB6B; }
p { color: rgb(207,187,107); }
H1.HeaderClassName
{
color: #CFBB6B;
}
.AnyTagClassName
{
color: #CFBB6B;
}
</style>
background-color css
<style>
a { background-color: #CFBB6B; }
a { background-color: rgb(207,187,107); }
div.DivClassName
{
background-color: #CFBB6B;
}
.BgClassName
{
background-color: #CFBB6B;
}
</style>
border-color css
<style>
span { border-color: #CFBB6B; }
span { border-color: rgb(207,187,107); }
td.TdClassName
{
border-color: #CFBB6B;
}
.TagClassName
{
border-color: #CFBB6B;
}
</style>