Shades of Tacha #C9BB5C
Tints of Tacha #C9BB5C
RGB
CMYK
RGB Variations
Color information
#C9BB5C (or 0xC9BB5C) is known color: Tacha. HEX triplet: C9, BB and 5C. RGB value is (201,187,92). Sum of RGB (Red+Green+Blue) = 201+187+92=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB5C is #3644A3. Grayscale: #B4B4B4. Windows color (decimal): -3556516 or 6077385. OLE color: 6077385.
HSL color Cylindrical-coordinate representation of color #C9BB5C: hue angle of 52.29º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9BB5C is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 92 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.21 |
| HSL | 52.29º | 0.5% | 0.57% | - |
| HSV(B) | 52.29º | 0.54% | 0.79% | - |
| XYZ | 43.79 | 48.73 | 17.22 | - |
| YUV | 180.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 92 | 0 | 0.07 | 0.54 | 0.21 | 52.29 | 0.5 | 0.57 |
| Hex | C9 | BB | 5C | 0 | 7 | 36 | 15 | 34 | 32 | 39 |
| Octal | 311 | 273 | 134 | 0 | 7 | 66 | 25 | 64 | 62 | 71 |
| Binary | 11001001 | 10111011 | 1011100 | 0 | 111 | 110110 | 10101 | 110100 | 110010 | 111001 |
Color Harmonies of #C9BB5C
Complementary color
Monochromatic Colors of #C9BB5C
Black with #C9BB5C
Text Example
Text Example
White with #C9BB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB5C; }
p { color: rgb(201,187,92); }
H1.HeaderClassName
{
color: #C9BB5C;
}
.AnyTagClassName
{
color: #C9BB5C;
}
</style>
background-color css
<style>
a { background-color: #C9BB5C; }
a { background-color: rgb(201,187,92); }
div.DivClassName
{
background-color: #C9BB5C;
}
.BgClassName
{
background-color: #C9BB5C;
}
</style>
border-color css
<style>
span { border-color: #C9BB5C; }
span { border-color: rgb(201,187,92); }
td.TdClassName
{
border-color: #C9BB5C;
}
.TagClassName
{
border-color: #C9BB5C;
}
</style>