Shades of Tacha #C9B556
Tints of Tacha #C9B556
RGB
CMYK
RGB Variations
Color information
#C9B556 (or 0xC9B556) is known color: Tacha. HEX triplet: C9, B5 and 56. RGB value is (201,181,86). Sum of RGB (Red+Green+Blue) = 201+181+86=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B556 is #364AA9. Grayscale: #B0B0B0. Windows color (decimal): -3558058 or 5682633. OLE color: 5682633.
HSL color Cylindrical-coordinate representation of color #C9B556: hue angle of 49.57º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9B556 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 181 | 86 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.21 |
| HSL | 49.57º | 0.52% | 0.56% | - |
| HSV(B) | 49.57º | 0.57% | 0.79% | - |
| XYZ | 42.29 | 46.14 | 15.48 | - |
| YUV | 176.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 86 | 0 | 0.10 | 0.57 | 0.21 | 49.57 | 0.52 | 0.56 |
| Hex | C9 | B5 | 56 | 0 | A | 39 | 15 | 32 | 34 | 38 |
| Octal | 311 | 265 | 126 | 0 | 12 | 71 | 25 | 62 | 64 | 70 |
| Binary | 11001001 | 10110101 | 1010110 | 0 | 1010 | 111001 | 10101 | 110010 | 110100 | 111000 |
Color Harmonies of #C9B556
Complementary color
Monochromatic Colors of #C9B556
Black with #C9B556
Text Example
Text Example
White with #C9B556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B556; }
p { color: rgb(201,181,86); }
H1.HeaderClassName
{
color: #C9B556;
}
.AnyTagClassName
{
color: #C9B556;
}
</style>
background-color css
<style>
a { background-color: #C9B556; }
a { background-color: rgb(201,181,86); }
div.DivClassName
{
background-color: #C9B556;
}
.BgClassName
{
background-color: #C9B556;
}
</style>
border-color css
<style>
span { border-color: #C9B556; }
span { border-color: rgb(201,181,86); }
td.TdClassName
{
border-color: #C9B556;
}
.TagClassName
{
border-color: #C9B556;
}
</style>