Shades of Tacha #C9B768
Tints of Tacha #C9B768
RGB
CMYK
RGB Variations
Color information
#C9B768 (or 0xC9B768) is known color: Tacha. HEX triplet: C9, B7 and 68. RGB value is (201,183,104). Sum of RGB (Red+Green+Blue) = 201+183+104=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B768 is #364897. Grayscale: #B3B3B3. Windows color (decimal): -3557528 or 6862793. OLE color: 6862793.
HSL color Cylindrical-coordinate representation of color #C9B768: hue angle of 48.87º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9B768 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 104 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.21 |
| HSL | 48.87º | 0.47% | 0.6% | - |
| HSV(B) | 48.87º | 0.48% | 0.79% | - |
| XYZ | 43.52 | 47.28 | 19.93 | - |
| YUV | 179.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 104 | 0 | 0.09 | 0.48 | 0.21 | 48.87 | 0.47 | 0.6 |
| Hex | C9 | B7 | 68 | 0 | 9 | 30 | 15 | 31 | 2F | 3C |
| Octal | 311 | 267 | 150 | 0 | 11 | 60 | 25 | 61 | 57 | 74 |
| Binary | 11001001 | 10110111 | 1101000 | 0 | 1001 | 110000 | 10101 | 110001 | 101111 | 111100 |
Color Harmonies of #C9B768
Complementary color
Monochromatic Colors of #C9B768
Black with #C9B768
Text Example
Text Example
White with #C9B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B768; }
p { color: rgb(201,183,104); }
H1.HeaderClassName
{
color: #C9B768;
}
.AnyTagClassName
{
color: #C9B768;
}
</style>
background-color css
<style>
a { background-color: #C9B768; }
a { background-color: rgb(201,183,104); }
div.DivClassName
{
background-color: #C9B768;
}
.BgClassName
{
background-color: #C9B768;
}
</style>
border-color css
<style>
span { border-color: #C9B768; }
span { border-color: rgb(201,183,104); }
td.TdClassName
{
border-color: #C9B768;
}
.TagClassName
{
border-color: #C9B768;
}
</style>