Shades of Tacha #C9B967
Tints of Tacha #C9B967
RGB
CMYK
RGB Variations
Color information
#C9B967 (or 0xC9B967) is known color: Tacha. HEX triplet: C9, B9 and 67. RGB value is (201,185,103). Sum of RGB (Red+Green+Blue) = 201+185+103=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B967 is #364698. Grayscale: #B4B4B4. Windows color (decimal): -3557017 or 6797769. OLE color: 6797769.
HSL color Cylindrical-coordinate representation of color #C9B967: hue angle of 50.2º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9B967 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 103 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.21 |
| HSL | 50.2º | 0.48% | 0.6% | - |
| HSV(B) | 50.2º | 0.49% | 0.79% | - |
| XYZ | 43.88 | 48.09 | 19.8 | - |
| YUV | 180.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 103 | 0 | 0.08 | 0.49 | 0.21 | 50.2 | 0.48 | 0.6 |
| Hex | C9 | B9 | 67 | 0 | 8 | 31 | 15 | 32 | 30 | 3C |
| Octal | 311 | 271 | 147 | 0 | 10 | 61 | 25 | 62 | 60 | 74 |
| Binary | 11001001 | 10111001 | 1100111 | 0 | 1000 | 110001 | 10101 | 110010 | 110000 | 111100 |
Color Harmonies of #C9B967
Complementary color
Monochromatic Colors of #C9B967
Black with #C9B967
Text Example
Text Example
White with #C9B967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B967; }
p { color: rgb(201,185,103); }
H1.HeaderClassName
{
color: #C9B967;
}
.AnyTagClassName
{
color: #C9B967;
}
</style>
background-color css
<style>
a { background-color: #C9B967; }
a { background-color: rgb(201,185,103); }
div.DivClassName
{
background-color: #C9B967;
}
.BgClassName
{
background-color: #C9B967;
}
</style>
border-color css
<style>
span { border-color: #C9B967; }
span { border-color: rgb(201,185,103); }
td.TdClassName
{
border-color: #C9B967;
}
.TagClassName
{
border-color: #C9B967;
}
</style>