Shades of Tacha #CFC06A
Tints of Tacha #CFC06A
RGB
CMYK
RGB Variations
Color information
#CFC06A (or 0xCFC06A) is known color: Tacha. HEX triplet: CF, C0 and 6A. RGB value is (207,192,106). Sum of RGB (Red+Green+Blue) = 207+192+106=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC06A is #303F95. Grayscale: #BBBBBB. Windows color (decimal): -3162006 or 6996175. OLE color: 6996175.
HSL color Cylindrical-coordinate representation of color #CFC06A: hue angle of 51.09º 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 #CFC06A is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 106 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.19 |
| HSL | 51.09º | 0.51% | 0.61% | - |
| HSV(B) | 51.09º | 0.49% | 0.81% | - |
| XYZ | 47.18 | 52.01 | 21.19 | - |
| YUV | 186.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 106 | 0 | 0.07 | 0.49 | 0.19 | 51.09 | 0.51 | 0.61 |
| Hex | CF | C0 | 6A | 0 | 7 | 31 | 13 | 33 | 33 | 3D |
| Octal | 317 | 300 | 152 | 0 | 7 | 61 | 23 | 63 | 63 | 75 |
| Binary | 11001111 | 11000000 | 1101010 | 0 | 111 | 110001 | 10011 | 110011 | 110011 | 111101 |
Color Harmonies of #CFC06A
Complementary color
Monochromatic Colors of #CFC06A
Black with #CFC06A
Text Example
Text Example
White with #CFC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC06A; }
p { color: rgb(207,192,106); }
H1.HeaderClassName
{
color: #CFC06A;
}
.AnyTagClassName
{
color: #CFC06A;
}
</style>
background-color css
<style>
a { background-color: #CFC06A; }
a { background-color: rgb(207,192,106); }
div.DivClassName
{
background-color: #CFC06A;
}
.BgClassName
{
background-color: #CFC06A;
}
</style>
border-color css
<style>
span { border-color: #CFC06A; }
span { border-color: rgb(207,192,106); }
td.TdClassName
{
border-color: #CFC06A;
}
.TagClassName
{
border-color: #CFC06A;
}
</style>