Shades of Tacha #CFC062
Tints of Tacha #CFC062
RGB
CMYK
RGB Variations
Color information
#CFC062 (or 0xCFC062) is known color: Tacha. HEX triplet: CF, C0 and 62. RGB value is (207,192,98). Sum of RGB (Red+Green+Blue) = 207+192+98=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC062 is #303F9D. Grayscale: #BABABA. Windows color (decimal): -3162014 or 6471887. OLE color: 6471887.
HSL color Cylindrical-coordinate representation of color #CFC062: hue angle of 51.74º 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 #CFC062 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 98 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.19 |
| HSL | 51.74º | 0.53% | 0.6% | - |
| HSV(B) | 51.74º | 0.53% | 0.81% | - |
| XYZ | 46.79 | 51.85 | 19.1 | - |
| YUV | 185.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 98 | 0 | 0.07 | 0.53 | 0.19 | 51.74 | 0.53 | 0.6 |
| Hex | CF | C0 | 62 | 0 | 7 | 35 | 13 | 34 | 35 | 3C |
| Octal | 317 | 300 | 142 | 0 | 7 | 65 | 23 | 64 | 65 | 74 |
| Binary | 11001111 | 11000000 | 1100010 | 0 | 111 | 110101 | 10011 | 110100 | 110101 | 111100 |
Color Harmonies of #CFC062
Complementary color
Monochromatic Colors of #CFC062
Black with #CFC062
Text Example
Text Example
White with #CFC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC062; }
p { color: rgb(207,192,98); }
H1.HeaderClassName
{
color: #CFC062;
}
.AnyTagClassName
{
color: #CFC062;
}
</style>
background-color css
<style>
a { background-color: #CFC062; }
a { background-color: rgb(207,192,98); }
div.DivClassName
{
background-color: #CFC062;
}
.BgClassName
{
background-color: #CFC062;
}
</style>
border-color css
<style>
span { border-color: #CFC062; }
span { border-color: rgb(207,192,98); }
td.TdClassName
{
border-color: #CFC062;
}
.TagClassName
{
border-color: #CFC062;
}
</style>