Shades of Tacha #CFC76B
Tints of Tacha #CFC76B
RGB
CMYK
RGB Variations
Color information
#CFC76B (or 0xCFC76B) is known color: Tacha. HEX triplet: CF, C7 and 6B. RGB value is (207,199,107). Sum of RGB (Red+Green+Blue) = 207+199+107=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC76B is #303894. Grayscale: #BFBFBF. Windows color (decimal): -3160213 or 7063503. OLE color: 7063503.
HSL color Cylindrical-coordinate representation of color #CFC76B: hue angle of 55.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFC76B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 107 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.19 |
| HSL | 55.2º | 0.51% | 0.62% | - |
| HSV(B) | 55.2º | 0.48% | 0.81% | - |
| XYZ | 48.81 | 55.17 | 21.99 | - |
| YUV | 190.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 107 | 0 | 0.04 | 0.48 | 0.19 | 55.2 | 0.51 | 0.62 |
| Hex | CF | C7 | 6B | 0 | 4 | 30 | 13 | 37 | 33 | 3E |
| Octal | 317 | 307 | 153 | 0 | 4 | 60 | 23 | 67 | 63 | 76 |
| Binary | 11001111 | 11000111 | 1101011 | 0 | 100 | 110000 | 10011 | 110111 | 110011 | 111110 |
Color Harmonies of #CFC76B
Complementary color
Monochromatic Colors of #CFC76B
Black with #CFC76B
Text Example
Text Example
White with #CFC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC76B; }
p { color: rgb(207,199,107); }
H1.HeaderClassName
{
color: #CFC76B;
}
.AnyTagClassName
{
color: #CFC76B;
}
</style>
background-color css
<style>
a { background-color: #CFC76B; }
a { background-color: rgb(207,199,107); }
div.DivClassName
{
background-color: #CFC76B;
}
.BgClassName
{
background-color: #CFC76B;
}
</style>
border-color css
<style>
span { border-color: #CFC76B; }
span { border-color: rgb(207,199,107); }
td.TdClassName
{
border-color: #CFC76B;
}
.TagClassName
{
border-color: #CFC76B;
}
</style>