Shades of Tacha #CFBB6D
Tints of Tacha #CFBB6D
RGB
CMYK
RGB Variations
Color information
#CFBB6D (or 0xCFBB6D) is known color: Tacha. HEX triplet: CF, BB and 6D. RGB value is (207,187,109). Sum of RGB (Red+Green+Blue) = 207+187+109=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB6D is #304492. Grayscale: #B8B8B8. Windows color (decimal): -3163283 or 7191503. OLE color: 7191503.
HSL color Cylindrical-coordinate representation of color #CFBB6D: hue angle of 47.76º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFBB6D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 109 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.19 |
| HSL | 47.76º | 0.51% | 0.62% | - |
| HSV(B) | 47.76º | 0.47% | 0.81% | - |
| XYZ | 46.26 | 49.91 | 21.66 | - |
| YUV | 184.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 109 | 0 | 0.10 | 0.47 | 0.19 | 47.76 | 0.51 | 0.62 |
| Hex | CF | BB | 6D | 0 | A | 2F | 13 | 30 | 33 | 3E |
| Octal | 317 | 273 | 155 | 0 | 12 | 57 | 23 | 60 | 63 | 76 |
| Binary | 11001111 | 10111011 | 1101101 | 0 | 1010 | 101111 | 10011 | 110000 | 110011 | 111110 |
Color Harmonies of #CFBB6D
Complementary color
Monochromatic Colors of #CFBB6D
Black with #CFBB6D
Text Example
Text Example
White with #CFBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB6D; }
p { color: rgb(207,187,109); }
H1.HeaderClassName
{
color: #CFBB6D;
}
.AnyTagClassName
{
color: #CFBB6D;
}
</style>
background-color css
<style>
a { background-color: #CFBB6D; }
a { background-color: rgb(207,187,109); }
div.DivClassName
{
background-color: #CFBB6D;
}
.BgClassName
{
background-color: #CFBB6D;
}
</style>
border-color css
<style>
span { border-color: #CFBB6D; }
span { border-color: rgb(207,187,109); }
td.TdClassName
{
border-color: #CFBB6D;
}
.TagClassName
{
border-color: #CFBB6D;
}
</style>