Shades of Tacha #CFC86A
Tints of Tacha #CFC86A
RGB
CMYK
RGB Variations
Color information
#CFC86A (or 0xCFC86A) is known color: Tacha. HEX triplet: CF, C8 and 6A. RGB value is (207,200,106). Sum of RGB (Red+Green+Blue) = 207+200+106=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC86A is #303795. Grayscale: #BFBFBF. Windows color (decimal): -3159958 or 6998223. OLE color: 6998223.
HSL color Cylindrical-coordinate representation of color #CFC86A: hue angle of 55.84º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFC86A is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 106 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.19 |
| HSL | 55.84º | 0.51% | 0.61% | - |
| HSV(B) | 55.84º | 0.49% | 0.81% | - |
| XYZ | 48.99 | 55.61 | 21.79 | - |
| YUV | 191.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 106 | 0 | 0.03 | 0.49 | 0.19 | 55.84 | 0.51 | 0.61 |
| Hex | CF | C8 | 6A | 0 | 3 | 31 | 13 | 38 | 33 | 3D |
| Octal | 317 | 310 | 152 | 0 | 3 | 61 | 23 | 70 | 63 | 75 |
| Binary | 11001111 | 11001000 | 1101010 | 0 | 11 | 110001 | 10011 | 111000 | 110011 | 111101 |
Color Harmonies of #CFC86A
Complementary color
Monochromatic Colors of #CFC86A
Black with #CFC86A
Text Example
Text Example
White with #CFC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC86A; }
p { color: rgb(207,200,106); }
H1.HeaderClassName
{
color: #CFC86A;
}
.AnyTagClassName
{
color: #CFC86A;
}
</style>
background-color css
<style>
a { background-color: #CFC86A; }
a { background-color: rgb(207,200,106); }
div.DivClassName
{
background-color: #CFC86A;
}
.BgClassName
{
background-color: #CFC86A;
}
</style>
border-color css
<style>
span { border-color: #CFC86A; }
span { border-color: rgb(207,200,106); }
td.TdClassName
{
border-color: #CFC86A;
}
.TagClassName
{
border-color: #CFC86A;
}
</style>