Shades of Tacha #C9BC62
Tints of Tacha #C9BC62
RGB
CMYK
RGB Variations
Color information
#C9BC62 (or 0xC9BC62) is known color: Tacha. HEX triplet: C9, BC and 62. RGB value is (201,188,98). Sum of RGB (Red+Green+Blue) = 201+188+98=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC62 is #36439D. Grayscale: #B5B5B5. Windows color (decimal): -3556254 or 6470857. OLE color: 6470857.
HSL color Cylindrical-coordinate representation of color #C9BC62: hue angle of 52.43º 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 #C9BC62 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 98 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.21 |
| HSL | 52.43º | 0.49% | 0.59% | - |
| HSV(B) | 52.43º | 0.51% | 0.79% | - |
| XYZ | 44.28 | 49.27 | 18.73 | - |
| YUV | 181.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 98 | 0 | 0.06 | 0.51 | 0.21 | 52.43 | 0.49 | 0.59 |
| Hex | C9 | BC | 62 | 0 | 6 | 33 | 15 | 34 | 31 | 3B |
| Octal | 311 | 274 | 142 | 0 | 6 | 63 | 25 | 64 | 61 | 73 |
| Binary | 11001001 | 10111100 | 1100010 | 0 | 110 | 110011 | 10101 | 110100 | 110001 | 111011 |
Color Harmonies of #C9BC62
Complementary color
Monochromatic Colors of #C9BC62
Black with #C9BC62
Text Example
Text Example
White with #C9BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC62; }
p { color: rgb(201,188,98); }
H1.HeaderClassName
{
color: #C9BC62;
}
.AnyTagClassName
{
color: #C9BC62;
}
</style>
background-color css
<style>
a { background-color: #C9BC62; }
a { background-color: rgb(201,188,98); }
div.DivClassName
{
background-color: #C9BC62;
}
.BgClassName
{
background-color: #C9BC62;
}
</style>
border-color css
<style>
span { border-color: #C9BC62; }
span { border-color: rgb(201,188,98); }
td.TdClassName
{
border-color: #C9BC62;
}
.TagClassName
{
border-color: #C9BC62;
}
</style>