Shades of Tacha #CFC963
Tints of Tacha #CFC963
RGB
CMYK
RGB Variations
Color information
#CFC963 (or 0xCFC963) is known color: Tacha. HEX triplet: CF, C9 and 63. RGB value is (207,201,99). Sum of RGB (Red+Green+Blue) = 207+201+99=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC963 is #30369C. Grayscale: #BFBFBF. Windows color (decimal): -3159709 or 6539727. OLE color: 6539727.
HSL color Cylindrical-coordinate representation of color #CFC963: hue angle of 56.67º 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 #CFC963 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 99 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.19 |
| HSL | 56.67º | 0.53% | 0.6% | - |
| HSV(B) | 56.67º | 0.52% | 0.81% | - |
| XYZ | 48.87 | 55.94 | 20.03 | - |
| YUV | 191.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 99 | 0 | 0.03 | 0.52 | 0.19 | 56.67 | 0.53 | 0.6 |
| Hex | CF | C9 | 63 | 0 | 3 | 34 | 13 | 39 | 35 | 3C |
| Octal | 317 | 311 | 143 | 0 | 3 | 64 | 23 | 71 | 65 | 74 |
| Binary | 11001111 | 11001001 | 1100011 | 0 | 11 | 110100 | 10011 | 111001 | 110101 | 111100 |
Color Harmonies of #CFC963
Complementary color
Monochromatic Colors of #CFC963
Black with #CFC963
Text Example
Text Example
White with #CFC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC963; }
p { color: rgb(207,201,99); }
H1.HeaderClassName
{
color: #CFC963;
}
.AnyTagClassName
{
color: #CFC963;
}
</style>
background-color css
<style>
a { background-color: #CFC963; }
a { background-color: rgb(207,201,99); }
div.DivClassName
{
background-color: #CFC963;
}
.BgClassName
{
background-color: #CFC963;
}
</style>
border-color css
<style>
span { border-color: #CFC963; }
span { border-color: rgb(207,201,99); }
td.TdClassName
{
border-color: #CFC963;
}
.TagClassName
{
border-color: #CFC963;
}
</style>