Shades of Tacha #CFC16A
Tints of Tacha #CFC16A
RGB
CMYK
RGB Variations
Color information
#CFC16A (or 0xCFC16A) is known color: Tacha. HEX triplet: CF, C1 and 6A. RGB value is (207,193,106). Sum of RGB (Red+Green+Blue) = 207+193+106=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC16A is #303E95. Grayscale: #BBBBBB. Windows color (decimal): -3161750 or 6996431. OLE color: 6996431.
HSL color Cylindrical-coordinate representation of color #CFC16A: hue angle of 51.68º 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 #CFC16A is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 106 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.19 |
| HSL | 51.68º | 0.51% | 0.61% | - |
| HSV(B) | 51.68º | 0.49% | 0.81% | - |
| XYZ | 47.4 | 52.45 | 21.26 | - |
| YUV | 187.27 | 82.14 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 106 | 0 | 0.07 | 0.49 | 0.19 | 51.68 | 0.51 | 0.61 |
| Hex | CF | C1 | 6A | 0 | 7 | 31 | 13 | 34 | 33 | 3D |
| Octal | 317 | 301 | 152 | 0 | 7 | 61 | 23 | 64 | 63 | 75 |
| Binary | 11001111 | 11000001 | 1101010 | 0 | 111 | 110001 | 10011 | 110100 | 110011 | 111101 |
Color Harmonies of #CFC16A
Complementary color
Monochromatic Colors of #CFC16A
Black with #CFC16A
Text Example
Text Example
White with #CFC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC16A; }
p { color: rgb(207,193,106); }
H1.HeaderClassName
{
color: #CFC16A;
}
.AnyTagClassName
{
color: #CFC16A;
}
</style>
background-color css
<style>
a { background-color: #CFC16A; }
a { background-color: rgb(207,193,106); }
div.DivClassName
{
background-color: #CFC16A;
}
.BgClassName
{
background-color: #CFC16A;
}
</style>
border-color css
<style>
span { border-color: #CFC16A; }
span { border-color: rgb(207,193,106); }
td.TdClassName
{
border-color: #CFC16A;
}
.TagClassName
{
border-color: #CFC16A;
}
</style>