Shades of Tacha #CFC761
Tints of Tacha #CFC761
RGB
CMYK
RGB Variations
Color information
#CFC761 (or 0xCFC761) is known color: Tacha. HEX triplet: CF, C7 and 61. RGB value is (207,199,97). Sum of RGB (Red+Green+Blue) = 207+199+97=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC761 is #30389E. Grayscale: #BEBEBE. Windows color (decimal): -3160223 or 6408143. OLE color: 6408143.
HSL color Cylindrical-coordinate representation of color #CFC761: hue angle of 55.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFC761 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 97 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.19 |
| HSL | 55.64º | 0.53% | 0.6% | - |
| HSV(B) | 55.64º | 0.53% | 0.81% | - |
| XYZ | 48.31 | 54.98 | 19.37 | - |
| YUV | 189.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 97 | 0 | 0.04 | 0.53 | 0.19 | 55.64 | 0.53 | 0.6 |
| Hex | CF | C7 | 61 | 0 | 4 | 35 | 13 | 38 | 35 | 3C |
| Octal | 317 | 307 | 141 | 0 | 4 | 65 | 23 | 70 | 65 | 74 |
| Binary | 11001111 | 11000111 | 1100001 | 0 | 100 | 110101 | 10011 | 111000 | 110101 | 111100 |
Color Harmonies of #CFC761
Complementary color
Monochromatic Colors of #CFC761
Black with #CFC761
Text Example
Text Example
White with #CFC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC761; }
p { color: rgb(207,199,97); }
H1.HeaderClassName
{
color: #CFC761;
}
.AnyTagClassName
{
color: #CFC761;
}
</style>
background-color css
<style>
a { background-color: #CFC761; }
a { background-color: rgb(207,199,97); }
div.DivClassName
{
background-color: #CFC761;
}
.BgClassName
{
background-color: #CFC761;
}
</style>
border-color css
<style>
span { border-color: #CFC761; }
span { border-color: rgb(207,199,97); }
td.TdClassName
{
border-color: #CFC761;
}
.TagClassName
{
border-color: #CFC761;
}
</style>