Shades of Tacha #CFC564
Tints of Tacha #CFC564
RGB
CMYK
RGB Variations
Color information
#CFC564 (or 0xCFC564) is known color: Tacha. HEX triplet: CF, C5 and 64. RGB value is (207,197,100). Sum of RGB (Red+Green+Blue) = 207+197+100=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC564 is #303A9B. Grayscale: #BDBDBD. Windows color (decimal): -3160732 or 6604239. OLE color: 6604239.
HSL color Cylindrical-coordinate representation of color #CFC564: hue angle of 54.39º 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 #CFC564 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 100 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.19 |
| HSL | 54.39º | 0.53% | 0.6% | - |
| HSV(B) | 54.39º | 0.52% | 0.81% | - |
| XYZ | 48 | 54.12 | 19.97 | - |
| YUV | 188.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 100 | 0 | 0.05 | 0.52 | 0.19 | 54.39 | 0.53 | 0.6 |
| Hex | CF | C5 | 64 | 0 | 5 | 34 | 13 | 36 | 35 | 3C |
| Octal | 317 | 305 | 144 | 0 | 5 | 64 | 23 | 66 | 65 | 74 |
| Binary | 11001111 | 11000101 | 1100100 | 0 | 101 | 110100 | 10011 | 110110 | 110101 | 111100 |
Color Harmonies of #CFC564
Complementary color
Monochromatic Colors of #CFC564
Black with #CFC564
Text Example
Text Example
White with #CFC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC564; }
p { color: rgb(207,197,100); }
H1.HeaderClassName
{
color: #CFC564;
}
.AnyTagClassName
{
color: #CFC564;
}
</style>
background-color css
<style>
a { background-color: #CFC564; }
a { background-color: rgb(207,197,100); }
div.DivClassName
{
background-color: #CFC564;
}
.BgClassName
{
background-color: #CFC564;
}
</style>
border-color css
<style>
span { border-color: #CFC564; }
span { border-color: rgb(207,197,100); }
td.TdClassName
{
border-color: #CFC564;
}
.TagClassName
{
border-color: #CFC564;
}
</style>