Shades of Tacha #C9B863
Tints of Tacha #C9B863
RGB
CMYK
RGB Variations
Color information
#C9B863 (or 0xC9B863) is known color: Tacha. HEX triplet: C9, B8 and 63. RGB value is (201,184,99). Sum of RGB (Red+Green+Blue) = 201+184+99=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B863 is #36479C. Grayscale: #B3B3B3. Windows color (decimal): -3557277 or 6535369. OLE color: 6535369.
HSL color Cylindrical-coordinate representation of color #C9B863: hue angle of 50º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9B863 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 99 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.21 |
| HSL | 50º | 0.49% | 0.59% | - |
| HSV(B) | 50º | 0.51% | 0.79% | - |
| XYZ | 43.48 | 47.6 | 18.7 | - |
| YUV | 179.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 99 | 0 | 0.08 | 0.51 | 0.21 | 50 | 0.49 | 0.59 |
| Hex | C9 | B8 | 63 | 0 | 8 | 33 | 15 | 32 | 31 | 3B |
| Octal | 311 | 270 | 143 | 0 | 10 | 63 | 25 | 62 | 61 | 73 |
| Binary | 11001001 | 10111000 | 1100011 | 0 | 1000 | 110011 | 10101 | 110010 | 110001 | 111011 |
Color Harmonies of #C9B863
Complementary color
Monochromatic Colors of #C9B863
Black with #C9B863
Text Example
Text Example
White with #C9B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B863; }
p { color: rgb(201,184,99); }
H1.HeaderClassName
{
color: #C9B863;
}
.AnyTagClassName
{
color: #C9B863;
}
</style>
background-color css
<style>
a { background-color: #C9B863; }
a { background-color: rgb(201,184,99); }
div.DivClassName
{
background-color: #C9B863;
}
.BgClassName
{
background-color: #C9B863;
}
</style>
border-color css
<style>
span { border-color: #C9B863; }
span { border-color: rgb(201,184,99); }
td.TdClassName
{
border-color: #C9B863;
}
.TagClassName
{
border-color: #C9B863;
}
</style>