Shades of Tacha #CFC260
Tints of Tacha #CFC260
RGB
CMYK
RGB Variations
Color information
#CFC260 (or 0xCFC260) is known color: Tacha. HEX triplet: CF, C2 and 60. RGB value is (207,194,96). Sum of RGB (Red+Green+Blue) = 207+194+96=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC260 is #303D9F. Grayscale: #BBBBBB. Windows color (decimal): -3161504 or 6341327. OLE color: 6341327.
HSL color Cylindrical-coordinate representation of color #CFC260: hue angle of 52.97º 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 #CFC260 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 96 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.19 |
| HSL | 52.97º | 0.54% | 0.59% | - |
| HSV(B) | 52.97º | 0.54% | 0.81% | - |
| XYZ | 47.14 | 52.69 | 18.75 | - |
| YUV | 186.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 96 | 0 | 0.06 | 0.54 | 0.19 | 52.97 | 0.54 | 0.59 |
| Hex | CF | C2 | 60 | 0 | 6 | 36 | 13 | 35 | 36 | 3B |
| Octal | 317 | 302 | 140 | 0 | 6 | 66 | 23 | 65 | 66 | 73 |
| Binary | 11001111 | 11000010 | 1100000 | 0 | 110 | 110110 | 10011 | 110101 | 110110 | 111011 |
Color Harmonies of #CFC260
Complementary color
Monochromatic Colors of #CFC260
Black with #CFC260
Text Example
Text Example
White with #CFC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC260; }
p { color: rgb(207,194,96); }
H1.HeaderClassName
{
color: #CFC260;
}
.AnyTagClassName
{
color: #CFC260;
}
</style>
background-color css
<style>
a { background-color: #CFC260; }
a { background-color: rgb(207,194,96); }
div.DivClassName
{
background-color: #CFC260;
}
.BgClassName
{
background-color: #CFC260;
}
</style>
border-color css
<style>
span { border-color: #CFC260; }
span { border-color: rgb(207,194,96); }
td.TdClassName
{
border-color: #CFC260;
}
.TagClassName
{
border-color: #CFC260;
}
</style>