Shades of Tacha #C9B862
Tints of Tacha #C9B862
RGB
CMYK
RGB Variations
Color information
#C9B862 (or 0xC9B862) is known color: Tacha. HEX triplet: C9, B8 and 62. RGB value is (201,184,98). Sum of RGB (Red+Green+Blue) = 201+184+98=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B862 is #36479D. Grayscale: #B3B3B3. Windows color (decimal): -3557278 or 6469833. OLE color: 6469833.
HSL color Cylindrical-coordinate representation of color #C9B862: hue angle of 50.1º 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 #C9B862 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 98 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.21 |
| HSL | 50.1º | 0.49% | 0.59% | - |
| HSV(B) | 50.1º | 0.51% | 0.79% | - |
| XYZ | 43.43 | 47.58 | 18.45 | - |
| YUV | 179.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 98 | 0 | 0.08 | 0.51 | 0.21 | 50.1 | 0.49 | 0.59 |
| Hex | C9 | B8 | 62 | 0 | 8 | 33 | 15 | 32 | 31 | 3B |
| Octal | 311 | 270 | 142 | 0 | 10 | 63 | 25 | 62 | 61 | 73 |
| Binary | 11001001 | 10111000 | 1100010 | 0 | 1000 | 110011 | 10101 | 110010 | 110001 | 111011 |
Color Harmonies of #C9B862
Complementary color
Monochromatic Colors of #C9B862
Black with #C9B862
Text Example
Text Example
White with #C9B862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B862; }
p { color: rgb(201,184,98); }
H1.HeaderClassName
{
color: #C9B862;
}
.AnyTagClassName
{
color: #C9B862;
}
</style>
background-color css
<style>
a { background-color: #C9B862; }
a { background-color: rgb(201,184,98); }
div.DivClassName
{
background-color: #C9B862;
}
.BgClassName
{
background-color: #C9B862;
}
</style>
border-color css
<style>
span { border-color: #C9B862; }
span { border-color: rgb(201,184,98); }
td.TdClassName
{
border-color: #C9B862;
}
.TagClassName
{
border-color: #C9B862;
}
</style>