Shades of Tacha #CFC560
Tints of Tacha #CFC560
RGB
CMYK
RGB Variations
Color information
#CFC560 (or 0xCFC560) is known color: Tacha. HEX triplet: CF, C5 and 60. RGB value is (207,197,96). Sum of RGB (Red+Green+Blue) = 207+197+96=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC560 is #303A9F. Grayscale: #BCBCBC. Windows color (decimal): -3160736 or 6342095. OLE color: 6342095.
HSL color Cylindrical-coordinate representation of color #CFC560: hue angle of 54.59º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFC560 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 96 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.19 |
| HSL | 54.59º | 0.54% | 0.59% | - |
| HSV(B) | 54.59º | 0.54% | 0.81% | - |
| XYZ | 47.81 | 54.04 | 18.98 | - |
| YUV | 188.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 96 | 0 | 0.05 | 0.54 | 0.19 | 54.59 | 0.54 | 0.59 |
| Hex | CF | C5 | 60 | 0 | 5 | 36 | 13 | 37 | 36 | 3B |
| Octal | 317 | 305 | 140 | 0 | 5 | 66 | 23 | 67 | 66 | 73 |
| Binary | 11001111 | 11000101 | 1100000 | 0 | 101 | 110110 | 10011 | 110111 | 110110 | 111011 |
Color Harmonies of #CFC560
Complementary color
Monochromatic Colors of #CFC560
Black with #CFC560
Text Example
Text Example
White with #CFC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC560; }
p { color: rgb(207,197,96); }
H1.HeaderClassName
{
color: #CFC560;
}
.AnyTagClassName
{
color: #CFC560;
}
</style>
background-color css
<style>
a { background-color: #CFC560; }
a { background-color: rgb(207,197,96); }
div.DivClassName
{
background-color: #CFC560;
}
.BgClassName
{
background-color: #CFC560;
}
</style>
border-color css
<style>
span { border-color: #CFC560; }
span { border-color: rgb(207,197,96); }
td.TdClassName
{
border-color: #CFC560;
}
.TagClassName
{
border-color: #CFC560;
}
</style>