Shades of Tacha #C9B468
Tints of Tacha #C9B468
RGB
CMYK
RGB Variations
Color information
#C9B468 (or 0xC9B468) is known color: Tacha. HEX triplet: C9, B4 and 68. RGB value is (201,180,104). Sum of RGB (Red+Green+Blue) = 201+180+104=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B468 is #364B97. Grayscale: #B1B1B1. Windows color (decimal): -3558296 or 6862025. OLE color: 6862025.
HSL color Cylindrical-coordinate representation of color #C9B468: hue angle of 47.01º 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 #C9B468 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 104 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.21 |
| HSL | 47.01º | 0.47% | 0.6% | - |
| HSV(B) | 47.01º | 0.48% | 0.79% | - |
| XYZ | 42.91 | 46.06 | 19.73 | - |
| YUV | 177.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 104 | 0 | 0.10 | 0.48 | 0.21 | 47.01 | 0.47 | 0.6 |
| Hex | C9 | B4 | 68 | 0 | A | 30 | 15 | 2F | 2F | 3C |
| Octal | 311 | 264 | 150 | 0 | 12 | 60 | 25 | 57 | 57 | 74 |
| Binary | 11001001 | 10110100 | 1101000 | 0 | 1010 | 110000 | 10101 | 101111 | 101111 | 111100 |
Color Harmonies of #C9B468
Complementary color
Monochromatic Colors of #C9B468
Black with #C9B468
Text Example
Text Example
White with #C9B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B468; }
p { color: rgb(201,180,104); }
H1.HeaderClassName
{
color: #C9B468;
}
.AnyTagClassName
{
color: #C9B468;
}
</style>
background-color css
<style>
a { background-color: #C9B468; }
a { background-color: rgb(201,180,104); }
div.DivClassName
{
background-color: #C9B468;
}
.BgClassName
{
background-color: #C9B468;
}
</style>
border-color css
<style>
span { border-color: #C9B468; }
span { border-color: rgb(201,180,104); }
td.TdClassName
{
border-color: #C9B468;
}
.TagClassName
{
border-color: #C9B468;
}
</style>