Shades of Tacha #C9C254
Tints of Tacha #C9C254
RGB
CMYK
RGB Variations
Color information
#C9C254 (or 0xC9C254) is known color: Tacha. HEX triplet: C9, C2 and 54. RGB value is (201,194,84). Sum of RGB (Red+Green+Blue) = 201+194+84=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C254 is #363DAB. Grayscale: #B8B8B8. Windows color (decimal): -3554732 or 5554889. OLE color: 5554889.
HSL color Cylindrical-coordinate representation of color #C9C254: hue angle of 56.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9C254 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 84 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.21 |
| HSL | 56.41º | 0.52% | 0.56% | - |
| HSV(B) | 56.41º | 0.58% | 0.79% | - |
| XYZ | 44.98 | 51.64 | 15.98 | - |
| YUV | 183.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 84 | 0 | 0.03 | 0.58 | 0.21 | 56.41 | 0.52 | 0.56 |
| Hex | C9 | C2 | 54 | 0 | 3 | 3A | 15 | 38 | 34 | 38 |
| Octal | 311 | 302 | 124 | 0 | 3 | 72 | 25 | 70 | 64 | 70 |
| Binary | 11001001 | 11000010 | 1010100 | 0 | 11 | 111010 | 10101 | 111000 | 110100 | 111000 |
Color Harmonies of #C9C254
Complementary color
Monochromatic Colors of #C9C254
Black with #C9C254
Text Example
Text Example
White with #C9C254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C254; }
p { color: rgb(201,194,84); }
H1.HeaderClassName
{
color: #C9C254;
}
.AnyTagClassName
{
color: #C9C254;
}
</style>
background-color css
<style>
a { background-color: #C9C254; }
a { background-color: rgb(201,194,84); }
div.DivClassName
{
background-color: #C9C254;
}
.BgClassName
{
background-color: #C9C254;
}
</style>
border-color css
<style>
span { border-color: #C9C254; }
span { border-color: rgb(201,194,84); }
td.TdClassName
{
border-color: #C9C254;
}
.TagClassName
{
border-color: #C9C254;
}
</style>