Shades of Tacha #CFC464
Tints of Tacha #CFC464
RGB
CMYK
RGB Variations
Color information
#CFC464 (or 0xCFC464) is known color: Tacha. HEX triplet: CF, C4 and 64. RGB value is (207,196,100). Sum of RGB (Red+Green+Blue) = 207+196+100=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC464 is #303B9B. Grayscale: #BCBCBC. Windows color (decimal): -3160988 or 6603983. OLE color: 6603983.
HSL color Cylindrical-coordinate representation of color #CFC464: hue angle of 53.83º 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 #CFC464 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 100 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.19 |
| HSL | 53.83º | 0.53% | 0.6% | - |
| HSV(B) | 53.83º | 0.52% | 0.81% | - |
| XYZ | 47.77 | 53.67 | 19.9 | - |
| YUV | 188.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 100 | 0 | 0.05 | 0.52 | 0.19 | 53.83 | 0.53 | 0.6 |
| Hex | CF | C4 | 64 | 0 | 5 | 34 | 13 | 36 | 35 | 3C |
| Octal | 317 | 304 | 144 | 0 | 5 | 64 | 23 | 66 | 65 | 74 |
| Binary | 11001111 | 11000100 | 1100100 | 0 | 101 | 110100 | 10011 | 110110 | 110101 | 111100 |
Color Harmonies of #CFC464
Complementary color
Monochromatic Colors of #CFC464
Black with #CFC464
Text Example
Text Example
White with #CFC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC464; }
p { color: rgb(207,196,100); }
H1.HeaderClassName
{
color: #CFC464;
}
.AnyTagClassName
{
color: #CFC464;
}
</style>
background-color css
<style>
a { background-color: #CFC464; }
a { background-color: rgb(207,196,100); }
div.DivClassName
{
background-color: #CFC464;
}
.BgClassName
{
background-color: #CFC464;
}
</style>
border-color css
<style>
span { border-color: #CFC464; }
span { border-color: rgb(207,196,100); }
td.TdClassName
{
border-color: #CFC464;
}
.TagClassName
{
border-color: #CFC464;
}
</style>