Shades of Tacha #CFC159
Tints of Tacha #CFC159
RGB
CMYK
RGB Variations
Color information
#CFC159 (or 0xCFC159) is known color: Tacha. HEX triplet: CF, C1 and 59. RGB value is (207,193,89). Sum of RGB (Red+Green+Blue) = 207+193+89=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC159 is #303EA6. Grayscale: #B9B9B9. Windows color (decimal): -3161767 or 5882319. OLE color: 5882319.
HSL color Cylindrical-coordinate representation of color #CFC159: hue angle of 52.88º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFC159 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 89 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.19 |
| HSL | 52.88º | 0.55% | 0.58% | - |
| HSV(B) | 52.88º | 0.57% | 0.81% | - |
| XYZ | 46.61 | 52.13 | 17.06 | - |
| YUV | 185.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 89 | 0 | 0.07 | 0.57 | 0.19 | 52.88 | 0.55 | 0.58 |
| Hex | CF | C1 | 59 | 0 | 7 | 39 | 13 | 35 | 37 | 3A |
| Octal | 317 | 301 | 131 | 0 | 7 | 71 | 23 | 65 | 67 | 72 |
| Binary | 11001111 | 11000001 | 1011001 | 0 | 111 | 111001 | 10011 | 110101 | 110111 | 111010 |
Color Harmonies of #CFC159
Complementary color
Monochromatic Colors of #CFC159
Black with #CFC159
Text Example
Text Example
White with #CFC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC159; }
p { color: rgb(207,193,89); }
H1.HeaderClassName
{
color: #CFC159;
}
.AnyTagClassName
{
color: #CFC159;
}
</style>
background-color css
<style>
a { background-color: #CFC159; }
a { background-color: rgb(207,193,89); }
div.DivClassName
{
background-color: #CFC159;
}
.BgClassName
{
background-color: #CFC159;
}
</style>
border-color css
<style>
span { border-color: #CFC159; }
span { border-color: rgb(207,193,89); }
td.TdClassName
{
border-color: #CFC159;
}
.TagClassName
{
border-color: #CFC159;
}
</style>