Shades of Tacha #CFC662
Tints of Tacha #CFC662
RGB
CMYK
RGB Variations
Color information
#CFC662 (or 0xCFC662) is known color: Tacha. HEX triplet: CF, C6 and 62. RGB value is (207,198,98). Sum of RGB (Red+Green+Blue) = 207+198+98=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC662 is #30399D. Grayscale: #BDBDBD. Windows color (decimal): -3160478 or 6473423. OLE color: 6473423.
HSL color Cylindrical-coordinate representation of color #CFC662: hue angle of 55.05º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFC662 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 98 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.19 |
| HSL | 55.05º | 0.53% | 0.6% | - |
| HSV(B) | 55.05º | 0.53% | 0.81% | - |
| XYZ | 48.13 | 54.54 | 19.54 | - |
| YUV | 189.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 98 | 0 | 0.04 | 0.53 | 0.19 | 55.05 | 0.53 | 0.6 |
| Hex | CF | C6 | 62 | 0 | 4 | 35 | 13 | 37 | 35 | 3C |
| Octal | 317 | 306 | 142 | 0 | 4 | 65 | 23 | 67 | 65 | 74 |
| Binary | 11001111 | 11000110 | 1100010 | 0 | 100 | 110101 | 10011 | 110111 | 110101 | 111100 |
Color Harmonies of #CFC662
Complementary color
Monochromatic Colors of #CFC662
Black with #CFC662
Text Example
Text Example
White with #CFC662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC662; }
p { color: rgb(207,198,98); }
H1.HeaderClassName
{
color: #CFC662;
}
.AnyTagClassName
{
color: #CFC662;
}
</style>
background-color css
<style>
a { background-color: #CFC662; }
a { background-color: rgb(207,198,98); }
div.DivClassName
{
background-color: #CFC662;
}
.BgClassName
{
background-color: #CFC662;
}
</style>
border-color css
<style>
span { border-color: #CFC662; }
span { border-color: rgb(207,198,98); }
td.TdClassName
{
border-color: #CFC662;
}
.TagClassName
{
border-color: #CFC662;
}
</style>