Shades of Tacha #CFB766
Tints of Tacha #CFB766
RGB
CMYK
RGB Variations
Color information
#CFB766 (or 0xCFB766) is known color: Tacha. HEX triplet: CF, B7 and 66. RGB value is (207,183,102). Sum of RGB (Red+Green+Blue) = 207+183+102=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB766 is #304899. Grayscale: #B5B5B5. Windows color (decimal): -3164314 or 6731727. OLE color: 6731727.
HSL color Cylindrical-coordinate representation of color #CFB766: hue angle of 46.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFB766 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 102 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.19 |
| HSL | 46.29º | 0.52% | 0.61% | - |
| HSV(B) | 46.29º | 0.51% | 0.81% | - |
| XYZ | 45.06 | 48.09 | 19.48 | - |
| YUV | 180.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 102 | 0 | 0.12 | 0.51 | 0.19 | 46.29 | 0.52 | 0.61 |
| Hex | CF | B7 | 66 | 0 | C | 33 | 13 | 2E | 34 | 3D |
| Octal | 317 | 267 | 146 | 0 | 14 | 63 | 23 | 56 | 64 | 75 |
| Binary | 11001111 | 10110111 | 1100110 | 0 | 1100 | 110011 | 10011 | 101110 | 110100 | 111101 |
Color Harmonies of #CFB766
Complementary color
Monochromatic Colors of #CFB766
Black with #CFB766
Text Example
Text Example
White with #CFB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB766; }
p { color: rgb(207,183,102); }
H1.HeaderClassName
{
color: #CFB766;
}
.AnyTagClassName
{
color: #CFB766;
}
</style>
background-color css
<style>
a { background-color: #CFB766; }
a { background-color: rgb(207,183,102); }
div.DivClassName
{
background-color: #CFB766;
}
.BgClassName
{
background-color: #CFB766;
}
</style>
border-color css
<style>
span { border-color: #CFB766; }
span { border-color: rgb(207,183,102); }
td.TdClassName
{
border-color: #CFB766;
}
.TagClassName
{
border-color: #CFB766;
}
</style>