Shades of Tacha #C9B567
Tints of Tacha #C9B567
RGB
CMYK
RGB Variations
Color information
#C9B567 (or 0xC9B567) is known color: Tacha. HEX triplet: C9, B5 and 67. RGB value is (201,181,103). Sum of RGB (Red+Green+Blue) = 201+181+103=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B567 is #364A98. Grayscale: #B2B2B2. Windows color (decimal): -3558041 or 6796745. OLE color: 6796745.
HSL color Cylindrical-coordinate representation of color #C9B567: hue angle of 47.76º 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 #C9B567 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 181 | 103 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.21 |
| HSL | 47.76º | 0.48% | 0.6% | - |
| HSV(B) | 47.76º | 0.49% | 0.79% | - |
| XYZ | 43.06 | 46.44 | 19.53 | - |
| YUV | 178.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 103 | 0 | 0.10 | 0.49 | 0.21 | 47.76 | 0.48 | 0.6 |
| Hex | C9 | B5 | 67 | 0 | A | 31 | 15 | 30 | 30 | 3C |
| Octal | 311 | 265 | 147 | 0 | 12 | 61 | 25 | 60 | 60 | 74 |
| Binary | 11001001 | 10110101 | 1100111 | 0 | 1010 | 110001 | 10101 | 110000 | 110000 | 111100 |
Color Harmonies of #C9B567
Complementary color
Monochromatic Colors of #C9B567
Black with #C9B567
Text Example
Text Example
White with #C9B567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B567; }
p { color: rgb(201,181,103); }
H1.HeaderClassName
{
color: #C9B567;
}
.AnyTagClassName
{
color: #C9B567;
}
</style>
background-color css
<style>
a { background-color: #C9B567; }
a { background-color: rgb(201,181,103); }
div.DivClassName
{
background-color: #C9B567;
}
.BgClassName
{
background-color: #C9B567;
}
</style>
border-color css
<style>
span { border-color: #C9B567; }
span { border-color: rgb(201,181,103); }
td.TdClassName
{
border-color: #C9B567;
}
.TagClassName
{
border-color: #C9B567;
}
</style>