Shades of Tacha #CFB968
Tints of Tacha #CFB968
RGB
CMYK
RGB Variations
Color information
#CFB968 (or 0xCFB968) is known color: Tacha. HEX triplet: CF, B9 and 68. RGB value is (207,185,104). Sum of RGB (Red+Green+Blue) = 207+185+104=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB968 is #304697. Grayscale: #B6B6B6. Windows color (decimal): -3163800 or 6863311. OLE color: 6863311.
HSL color Cylindrical-coordinate representation of color #CFB968: hue angle of 47.18º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFB968 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 104 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.19 |
| HSL | 47.18º | 0.52% | 0.61% | - |
| HSV(B) | 47.18º | 0.5% | 0.81% | - |
| XYZ | 45.58 | 48.96 | 20.15 | - |
| YUV | 182.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 104 | 0 | 0.11 | 0.50 | 0.19 | 47.18 | 0.52 | 0.61 |
| Hex | CF | B9 | 68 | 0 | B | 32 | 13 | 2F | 34 | 3D |
| Octal | 317 | 271 | 150 | 0 | 13 | 62 | 23 | 57 | 64 | 75 |
| Binary | 11001111 | 10111001 | 1101000 | 0 | 1011 | 110010 | 10011 | 101111 | 110100 | 111101 |
Color Harmonies of #CFB968
Complementary color
Monochromatic Colors of #CFB968
Black with #CFB968
Text Example
Text Example
White with #CFB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB968; }
p { color: rgb(207,185,104); }
H1.HeaderClassName
{
color: #CFB968;
}
.AnyTagClassName
{
color: #CFB968;
}
</style>
background-color css
<style>
a { background-color: #CFB968; }
a { background-color: rgb(207,185,104); }
div.DivClassName
{
background-color: #CFB968;
}
.BgClassName
{
background-color: #CFB968;
}
</style>
border-color css
<style>
span { border-color: #CFB968; }
span { border-color: rgb(207,185,104); }
td.TdClassName
{
border-color: #CFB968;
}
.TagClassName
{
border-color: #CFB968;
}
</style>