Shades of Tacha #CFC763
Tints of Tacha #CFC763
RGB
CMYK
RGB Variations
Color information
#CFC763 (or 0xCFC763) is known color: Tacha. HEX triplet: CF, C7 and 63. RGB value is (207,199,99). Sum of RGB (Red+Green+Blue) = 207+199+99=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC763 is #30389C. Grayscale: #BEBEBE. Windows color (decimal): -3160221 or 6539215. OLE color: 6539215.
HSL color Cylindrical-coordinate representation of color #CFC763: hue angle of 55.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFC763 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 99 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.19 |
| HSL | 55.56º | 0.53% | 0.6% | - |
| HSV(B) | 55.56º | 0.52% | 0.81% | - |
| XYZ | 48.41 | 55.01 | 19.87 | - |
| YUV | 189.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 99 | 0 | 0.04 | 0.52 | 0.19 | 55.56 | 0.53 | 0.6 |
| Hex | CF | C7 | 63 | 0 | 4 | 34 | 13 | 38 | 35 | 3C |
| Octal | 317 | 307 | 143 | 0 | 4 | 64 | 23 | 70 | 65 | 74 |
| Binary | 11001111 | 11000111 | 1100011 | 0 | 100 | 110100 | 10011 | 111000 | 110101 | 111100 |
Color Harmonies of #CFC763
Complementary color
Monochromatic Colors of #CFC763
Black with #CFC763
Text Example
Text Example
White with #CFC763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC763; }
p { color: rgb(207,199,99); }
H1.HeaderClassName
{
color: #CFC763;
}
.AnyTagClassName
{
color: #CFC763;
}
</style>
background-color css
<style>
a { background-color: #CFC763; }
a { background-color: rgb(207,199,99); }
div.DivClassName
{
background-color: #CFC763;
}
.BgClassName
{
background-color: #CFC763;
}
</style>
border-color css
<style>
span { border-color: #CFC763; }
span { border-color: rgb(207,199,99); }
td.TdClassName
{
border-color: #CFC763;
}
.TagClassName
{
border-color: #CFC763;
}
</style>