Shades of Tacha #C9BD62
Tints of Tacha #C9BD62
RGB
CMYK
RGB Variations
Color information
#C9BD62 (or 0xC9BD62) is known color: Tacha. HEX triplet: C9, BD and 62. RGB value is (201,189,98). Sum of RGB (Red+Green+Blue) = 201+189+98=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD62 is #36429D. Grayscale: #B6B6B6. Windows color (decimal): -3555998 or 6471113. OLE color: 6471113.
HSL color Cylindrical-coordinate representation of color #C9BD62: hue angle of 53.01º 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 #C9BD62 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 98 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.21 |
| HSL | 53.01º | 0.49% | 0.59% | - |
| HSV(B) | 53.01º | 0.51% | 0.79% | - |
| XYZ | 44.49 | 49.69 | 18.8 | - |
| YUV | 182.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 98 | 0 | 0.06 | 0.51 | 0.21 | 53.01 | 0.49 | 0.59 |
| Hex | C9 | BD | 62 | 0 | 6 | 33 | 15 | 35 | 31 | 3B |
| Octal | 311 | 275 | 142 | 0 | 6 | 63 | 25 | 65 | 61 | 73 |
| Binary | 11001001 | 10111101 | 1100010 | 0 | 110 | 110011 | 10101 | 110101 | 110001 | 111011 |
Color Harmonies of #C9BD62
Complementary color
Monochromatic Colors of #C9BD62
Black with #C9BD62
Text Example
Text Example
White with #C9BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD62; }
p { color: rgb(201,189,98); }
H1.HeaderClassName
{
color: #C9BD62;
}
.AnyTagClassName
{
color: #C9BD62;
}
</style>
background-color css
<style>
a { background-color: #C9BD62; }
a { background-color: rgb(201,189,98); }
div.DivClassName
{
background-color: #C9BD62;
}
.BgClassName
{
background-color: #C9BD62;
}
</style>
border-color css
<style>
span { border-color: #C9BD62; }
span { border-color: rgb(201,189,98); }
td.TdClassName
{
border-color: #C9BD62;
}
.TagClassName
{
border-color: #C9BD62;
}
</style>